DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on PO_COMPARE_REVISIONS

Line 269: PO_COMPARE_REVISIONS.get_charge_account(l_code_combination_id);

265: --
266: x_progress := '025';
267:
268: x_charge_account :=
269: PO_COMPARE_REVISIONS.get_charge_account(l_code_combination_id);
270: --
271:
272: /*
273: ** Make sure this information is still valid

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

684: --PPA.project_number,
685: --PTE.task_number,
686: POD.project_id,
687: POD.task_id,
688: PO_COMPARE_REVISIONS.get_charge_account(POD.code_combination_id),
689: PO_INQ_SV.get_person_name(POD.deliver_to_person_id),
690: POD.destination_subinventory,
691: POD.wip_entity_id,
692: POD.wip_repetitive_schedule_id,

Line 856: PO_COMPARE_REVISIONS.get_charge_account(PRD.code_combination_id)

852: PO_INQ_SV.get_person_name(PRL.to_person_id),
853: PRL.destination_subinventory,
854: PRD.project_id, -- bug 3867151
855: PRD.task_id, -- bug 3867151
856: PO_COMPARE_REVISIONS.get_charge_account(PRD.code_combination_id)
857: INTO x_kanban_card_number,
858: x_deliver_to_person,
859: x_dest_subinv,
860: x_project_id, -- bug 3867151