DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on PJM_ORG_PARAMETERS

Line 1763: FROM pjm_org_parameters

1759:
1760: CURSOR c_project_param IS
1761: SELECT allow_cross_proj_issues
1762: , allow_cross_unitnum_issues
1763: FROM pjm_org_parameters
1764: WHERE organization_id = l_request_line_rec.organization_id;
1765:
1766: CURSOR c_wip_reservations IS
1767: SELECT 1

Line 2303: -- from the table pjm_org_Parameters where

2299: END IF;
2300:
2301: -- Added to support PJM
2302: -- Query the columns ALLOW_CROSS_PROJ_ISSUES and ALLOW_CROSS_UNITNUM_ISSUES
2303: -- from the table pjm_org_Parameters where
2304: -- If ALLOW_CROSS_PROJ_ISSUES is Y, then set project and task to NULL
2305: -- for picks only.
2306: -- If ALLOW_CROSS_UNITNUM_ISSUES is Y, set the unit_number to NULL.
2307: -- BUG 2880682 : Treating null project/task as common project/task and forcing