DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on MTL_PARAMETERS

Line 1689: po_core_s4.get_mtl_parameters(

1685: IF (l_debug = 1) THEN
1686: print_debug('init_form_values : 50', 4);
1687: END IF;
1688:
1689: po_core_s4.get_mtl_parameters(
1690: p_org_id
1691: , NULL
1692: , x_project_reference_enabled
1693: , x_project_control_level);

Line 1853: FROM mtl_parameters

1849: l_progress := '50';
1850:
1851: SELECT NVL(stock_locator_control_code, 1)
1852: INTO x_org_locator_control
1853: FROM mtl_parameters
1854: WHERE organization_id = p_organization_id;
1855:
1856: l_progress := '60';
1857:

Line 2804: FROM mtl_parameters

2800: p_lpn_id <> 0 ) THEN
2801:
2802: SELECT NVL(project_reference_enabled, 2)
2803: INTO l_pjm_org
2804: FROM mtl_parameters
2805: WHERE organization_id = p_organization_id;
2806:
2807: --Do the commingling check only for a PJM org
2808: IF (l_pjm_org = 1) THEN

Line 4258: FROM mtl_parameters

4254: IF (l_lpn_context = 1 AND l_locator_id IS NOT NULL AND l_count_lpn <> 0) THEN
4255:
4256: SELECT NVL(project_reference_enabled, 2)
4257: INTO l_is_pjm_org
4258: FROM mtl_parameters
4259: WHERE organization_id = p_organization_id;
4260:
4261: IF (l_is_pjm_org = 1) THEN
4262: SELECT mil.project_id