DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_PARAMETERS

Line 1686: from mtl_parameters

1682:
1683:
1684: CURSOR get_org_locator_control_code(p_organization_id NUMBER) IS
1685: SELECT stock_locator_control_code
1686: from mtl_parameters
1687: where organization_id = p_organization_id;
1688:
1689: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
1690: p_secondary_inventory_name VARCHAR2 ) IS

Line 2557: SELECT stock_locator_control_code from mtl_parameters

2553: CURSOR get_mtl_header_id IS
2554: SELECT mtl_material_transactions_s.nextval from dual;
2555:
2556: CURSOR get_org_locator_control_code(p_organization_id NUMBER) IS
2557: SELECT stock_locator_control_code from mtl_parameters
2558: where organization_id = p_organization_id;
2559:
2560: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
2561: p_secondary_inventory_name VARCHAR2 ) IS