DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on PO_INQ_SV

Line 263: po_inq_sv.get_person_name(X_deliver_to_person_id);

259:
260: /* Bug 3867151 END */
261:
262: X_deliver_to_person :=
263: po_inq_sv.get_person_name(X_deliver_to_person_id);
264:
265: --
266: x_progress := '025';
267:

Line 689: PO_INQ_SV.get_person_name(POD.deliver_to_person_id),

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,
693: POD.wip_line_id,

Line 852: PO_INQ_SV.get_person_name(PRL.to_person_id),

848: --SQL PRD and PPA: project_id
849: --SQL PRD and PTE: task_id
850:
851: SELECT MKC.kanban_card_number,
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)