DBA Data[Home] [Help]

APPS.BOM_ROUTINGREVISION_PVT dependencies on MTL_PARAMETERS

Line 25: From mtl_parameters

21: l_ret_code NUMBER;
22: l_err_text VARCHAR2(2000);
23: cursor l_parameter_csr(P_Code varchar2) is
24: Select organization_id
25: From mtl_parameters
26: Where organization_code = P_Code;
27: BEGIN
28: -- Standard call to check for call compatibility.
29: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 125: From mtl_parameters

121: Select 'x' dummy
122: From dual
123: Where not exists(
124: Select null
125: From mtl_parameters
126: where organization_id = P_OrgId);
127: cursor l_item_csr(P_ItemId number, P_OrgId number) is
128: Select 'x' dummy
129: From dual