DBA Data[Home] [Help]

APPS.RCV_DISTRIBUTIONS_S dependencies on PO_INQ_SV

Line 212: po_inq_sv.get_person_name(X_deliver_to_person_id);

208:
209: /* Bug 3867151 END */
210:
211: X_deliver_to_person :=
212: po_inq_sv.get_person_name(X_deliver_to_person_id);
213:
214: --
215: x_progress := '025';
216:

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

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

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

797: --SQL PRD and PPA: project_id
798: --SQL PRD and PTE: task_id
799:
800: SELECT MKC.kanban_card_number,
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)