DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on PO_SUBINVENTORIES_S

Line 1388: po_subinventories_s.get_locator_control(x_locator_record.to_organization_id,

1384:
1385: /*
1386: ** Get the locator controls
1387: */
1388: po_subinventories_s.get_locator_control(x_locator_record.to_organization_id,
1389: x_locator_record.subinventory,
1390: x_locator_record.item_id,
1391: x_locator_record.subinventory_locator_control,
1392: x_locator_record.restrict_locator_control

Line 1550: PO_SUBINVENTORIES_S.GET_LOCATOR_CONTROL(X_LOCATOR_RECORD.TO_ORGANIZATION_ID,

1546: IF V_PROJECT_ENABLED = 1 THEN
1547: /*
1548: ** GET THE LOCATOR CONTROLS
1549: */
1550: PO_SUBINVENTORIES_S.GET_LOCATOR_CONTROL(X_LOCATOR_RECORD.TO_ORGANIZATION_ID,
1551: X_LOCATOR_RECORD.SUBINVENTORY,
1552: X_LOCATOR_RECORD.ITEM_ID,
1553: X_LOCATOR_RECORD.SUBINVENTORY_LOCATOR_CONTROL,
1554: X_LOCATOR_RECORD.RESTRICT_LOCATOR_CONTROL);