DBA Data[Home] [Help]

APPS.CSP_PC_FORM_MTLTXNS dependencies on MTL_PARAMETERS

Line 266: from mtl_parameters

262: RAISE EXCP_USER_DEFINED;
263: ELSE
264: BEGIN
265: select organization_id into l_check_existence
266: from mtl_parameters
267: where organization_id = p_organization_id;
268: EXCEPTION
269: WHEN NO_DATA_FOUND THEN
270: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');

Line 953: from mtl_parameters

949: RAISE EXCP_USER_DEFINED;
950: ELSE
951: BEGIN
952: select organization_id into l_check_existence
953: from mtl_parameters
954: where organization_id = p_organization_id;
955: EXCEPTION
956: WHEN NO_DATA_FOUND THEN
957: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');

Line 1576: from mtl_parameters

1572: RAISE EXCP_USER_DEFINED;
1573: ELSE
1574: BEGIN
1575: select organization_id into l_check_existence
1576: from mtl_parameters
1577: where organization_id = p_organization_id;
1578: EXCEPTION
1579: WHEN NO_DATA_FOUND THEN
1580: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');