DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_PDOI_HEADER_PROCESS_PVT

Line 581: PO_PDOI_HEADER_PROCESS_PVT.derive_location_id

577:
578: d_position := 30;
579:
580: -- derive ship_to_location_id from ship_to_location_code
581: PO_PDOI_HEADER_PROCESS_PVT.derive_location_id
582: (
583: p_key => l_key,
584: p_index_tbl => l_index_tbl,
585: p_location_tbl => x_line_locs.ship_to_loc_tbl,

Line 593: PO_PDOI_HEADER_PROCESS_PVT.derive_terms_id

589:
590: d_position := 40;
591:
592: -- derive terms_id from payment_terms
593: PO_PDOI_HEADER_PROCESS_PVT.derive_terms_id
594: (
595: p_key => l_key,
596: p_index_tbl => l_index_tbl,
597: p_payment_terms_tbl => x_line_locs.payment_terms_tbl,