DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on WMS_DEPLOY

Line 817: , WMS_DEPLOY.GET_CLIENT_ITEM(p_org_id, msik.inventory_item_id) client_item -- Added for LSP Project, bug 9087971

813: --BUG6008065
814: CURSOR c_lot_attributes (p_org_id NUMBER, p_item_id NUMBER, p_lot_number VARCHAR2) IS
815: SELECT mp.organization_code organization
816: , msik.concatenated_segments item
817: , WMS_DEPLOY.GET_CLIENT_ITEM(p_org_id, msik.inventory_item_id) client_item -- Added for LSP Project, bug 9087971
818: , msik.description item_description
819: , msik.attribute_category item_attribute_category
820: , msik.attribute1 item_attribute1
821: , msik.attribute2 item_attribute2

Line 929: , WMS_DEPLOY.GET_CLIENT_ITEM(p_org_id, msik.inventory_item_id) client_item -- Added for LSP Project, bug 9087971

925:
926: CURSOR c_item_attributes (p_org_id NUMBER, p_item_id NUMBER, p_lot_number VARCHAR2) IS
927: SELECT mp.organization_code organization
928: , msik.concatenated_segments item
929: , WMS_DEPLOY.GET_CLIENT_ITEM(p_org_id, msik.inventory_item_id) client_item -- Added for LSP Project, bug 9087971
930: , msik.description item_description
931: , msik.attribute_category item_attribute_category
932: , msik.attribute1 item_attribute1
933: , msik.attribute2 item_attribute2