SELECT ool.ordered_item , opa.operand_per_pqty , opa.adjusted_amount , qlh.name , qll.list_line_no FROM oe_order_headers_all ooh , oe_order_lines_all ool , oe_price_adjustments opa , qp_list_headers_vl qlh , qp_list_lines qll WHERE order_number = 10000 AND ool.header_id = ooh.header_id AND opa.line_id = ool.line_id AND opa.list_line_type_code = 'FREIGHT_CHARGE' AND qlh.list_header_id = opa.list_header_id AND qll.list_line_id = opa.list_line_id;
Thursday, 19 July 2012
List Freight charge Details for a Given Order
Subscribe to:
Post Comments (Atom)
Script to update salespersons customer site wise in oracle apps R12
SELECT * FROM HZ_PARTIES WHERE PARTY_NAME LIKE 'DEENA VISION%'; SELECT * FROM HZ_CUST_ACCOUNTS_ALL WHERE PARTY_ID =94043 ; SE...
-
I faced some issues when I query the below table data is not fetching in my query: SELECT * FROM hr_operating_units SELECT * FROM MTL_CAT...
-
For this error need to Check RTF template there should be tags are not correctly and if you are developing new RTF latest version. Just se...
-
select * from all_objects where object_name like 'GME%BATCH%' and object_type = 'TABLE' --------------------------------...
No comments:
Post a Comment