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 2661: FROM mtl_parameters

2657: p_lpn_id <> 0 ) THEN
2658:
2659: SELECT NVL(project_reference_enabled, 2)
2660: INTO l_pjm_org
2661: FROM mtl_parameters
2662: WHERE organization_id = p_organization_id;
2663:
2664: --Do the commingling check only for a PJM org
2665: IF (l_pjm_org = 1) THEN

Line 3775: FROM mtl_parameters

3771: IF (l_lpn_context = 1 AND l_locator_id IS NOT NULL AND l_count_lpn <> 0) THEN
3772:
3773: SELECT NVL(project_reference_enabled, 2)
3774: INTO l_is_pjm_org
3775: FROM mtl_parameters
3776: WHERE organization_id = p_organization_id;
3777:
3778: IF (l_is_pjm_org = 1) THEN
3779: SELECT mil.project_id