DBA Data[Home] [Help]

APPS.PO_TAX_INTERFACE_PVT dependencies on PO_LOCATIONS_S

Line 2983: ,PO_LOCATIONS_S.get_location_code(pll.ship_to_location_id) --line_trx_user_key2

2979: ,null --ref_doc_event_class_code
2980: ,null --ref_doc_trx_id
2981: ,null --ref_doc_line_id
2982: ,pl.line_num --line_trx_user_key1
2983: ,PO_LOCATIONS_S.get_location_code(pll.ship_to_location_id) --line_trx_user_key2
2984: -- Bug 5079867. Ordering of complex work payment lines in ATI page
2985: ,DECODE(pll.payment_type, null, 0, --line_trx_user_key3
2986: 'DELIVERY', 1,
2987: 'ADVANCE', 2, 3)

Line 3297: ,PO_LOCATIONS_S.get_location_code(pll.ship_to_location_id) --line_trx_user_key2

3293: ,DECODE(pr.release_type, --ref_doc_line_id
3294: PO_CONSTANTS_SV.SCHEDULED, pll.po_line_id,
3295: null)
3296: ,pl.line_num --line_trx_user_key1
3297: ,PO_LOCATIONS_S.get_location_code(pll.ship_to_location_id) --line_trx_user_key2
3298: ,DECODE(pll.payment_type, --trx_line_number
3299: 'ADVANCE', null,
3300: 'DELIVERY', null,
3301: pll.shipment_num)