DBA Data[Home] [Help]

APPS.CSP_PICK_UTILS dependencies on MTL_PARAMETERS

Line 1078: from mtl_parameters

1074: ELSE
1075: -- Check whether the organizaton exists.
1076: BEGIN
1077: select organization_id into l_check_existence
1078: from mtl_parameters
1079: where organization_id = p_organization_id;
1080: EXCEPTION
1081: WHEN NO_DATA_FOUND THEN
1082: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');

Line 1580: from mtl_parameters

1576: ELSE
1577: -- check whether the organizaton exists.
1578: BEGIN
1579: select organization_id into l_check_existence
1580: from mtl_parameters
1581: where organization_id = p_organization_id;
1582: EXCEPTION
1583: WHEN NO_DATA_FOUND THEN
1584: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');

Line 1763: FROM mtl_parameters

1759: ELSE
1760: -- check whether the organizaton exists.
1761: BEGIN
1762: SELECT organization_id into l_check_existence
1763: FROM mtl_parameters
1764: WHERE organization_id = p_organization_id;
1765: EXCEPTION
1766: WHEN NO_DATA_FOUND THEN
1767: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');