DBA Data[Home] [Help]

APPS.PO_SOURCING_SV4 dependencies on PO_ORGS_SV2

Line 93: if (po_orgs_sv2.val_dest_org(x_destination_org_id,

89: if (x_val_level = 'ORG') then
90:
91: x_progress := '010';
92:
93: if (po_orgs_sv2.val_dest_org(x_destination_org_id,
94: x_item_id,
95: x_item_revision,
96: x_destination_type,
97: x_sob_id,

Line 106: (po_orgs_sv2.val_source_org(x_source_org_id,

102:
103: x_progress := '020';
104:
105: elsif ((x_source_type = 'INVENTORY') and
106: (po_orgs_sv2.val_source_org(x_source_org_id,
107: x_destination_org_id,
108: x_destination_type,
109: x_item_id,
110: x_item_revision,