DBA Data[Home] [Help]

APPS.CSP_MO_MTLTXNS_UTIL dependencies on MTL_PARAMETERS

Line 96: from mtl_parameters

92: RAISE EXCP_USER_DEFINED;
93: ELSE
94: BEGIN
95: select organization_id into l_check_existence
96: from mtl_parameters
97: where organization_id = p_organization_id ;
98: EXCEPTION
99: WHEN NO_DATA_FOUND THEN
100: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');

Line 707: from mtl_parameters

703: RAISE EXCP_USER_DEFINED;
704: ELSE
705: BEGIN
706: select organization_id into l_check_existence
707: from mtl_parameters
708: where organization_id = p_organization_id;
709: EXCEPTION
710: WHEN NO_DATA_FOUND THEN
711: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');