DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_PDOI_HEADER_PROCESS_PVT

Line 541: PO_PDOI_HEADER_PROCESS_PVT.derive_location_id

537:
538: d_position := 30;
539:
540: -- derive ship_to_location_id from ship_to_location_code
541: PO_PDOI_HEADER_PROCESS_PVT.derive_location_id
542: (
543: p_key => l_key,
544: p_index_tbl => l_index_tbl,
545: p_location_tbl => x_line_locs.ship_to_loc_tbl,

Line 553: PO_PDOI_HEADER_PROCESS_PVT.derive_terms_id

549:
550: d_position := 40;
551:
552: -- derive terms_id from payment_terms
553: PO_PDOI_HEADER_PROCESS_PVT.derive_terms_id
554: (
555: p_key => l_key,
556: p_index_tbl => l_index_tbl,
557: p_payment_terms_tbl => x_line_locs.payment_terms_tbl,