DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on PO_COMPARE_REVISIONS

Line 218: PO_COMPARE_REVISIONS.get_charge_account(l_code_combination_id);

214: --
215: x_progress := '025';
216:
217: x_charge_account :=
218: PO_COMPARE_REVISIONS.get_charge_account(l_code_combination_id);
219: --
220:
221: /*
222: ** Make sure this information is still valid

Line 637: PO_COMPARE_REVISIONS.get_charge_account(POD.code_combination_id),

633: --PPA.project_number,
634: --PTE.task_number,
635: POD.project_id,
636: POD.task_id,
637: PO_COMPARE_REVISIONS.get_charge_account(POD.code_combination_id),
638: PO_INQ_SV.get_person_name(POD.deliver_to_person_id),
639: POD.destination_subinventory,
640: POD.wip_entity_id,
641: POD.wip_repetitive_schedule_id,

Line 805: PO_COMPARE_REVISIONS.get_charge_account(PRD.code_combination_id)

801: PO_INQ_SV.get_person_name(PRL.to_person_id),
802: PRL.destination_subinventory,
803: PRD.project_id, -- bug 3867151
804: PRD.task_id, -- bug 3867151
805: PO_COMPARE_REVISIONS.get_charge_account(PRD.code_combination_id)
806: INTO x_kanban_card_number,
807: x_deliver_to_person,
808: x_dest_subinv,
809: x_project_id, -- bug 3867151