DBA Data[Home] [Help]

APPS.PO_CHANGE_RESPONSE_PVT dependencies on PO_DISTRIBUTIONS_REC_TYPE

Line 448: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;

444: l_err_msg_name_tbl po_tbl_varchar30;
445: l_err_msg_text_tbl po_tbl_varchar2000;
446: l_line_changes PO_LINES_REC_TYPE;
447: l_shipment_changes PO_SHIPMENTS_REC_TYPE;
448: l_distribution_changes PO_DISTRIBUTIONS_REC_TYPE;
449: l_changes PO_CHANGES_REC_TYPE;
450: /* << Complex work changes for R12 >>*/
451: l_new_progress_type_tbl PO_TBL_VARCHAR30;
452: l_new_pay_description_tbl PO_TBL_VARCHAR240;

Line 597: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (

593: CLOSE changed_distributions_cursor;
594:
595: l_progress := '008';
596:
597: l_distribution_changes := PO_DISTRIBUTIONS_REC_TYPE.create_object (
598: p_po_distribution_id => l_po_distribution_id_tbl,
599: p_quantity_ordered => l_quantity_tbl,
600: p_parent_distribution_id => l_parent_distribution_id_tbl,
601: p_split_shipment_num => l_split_shipment_num_tbl,