DBA Data[Home] [Help]

APPS.PO_GA_PVT dependencies on APP_EXCEPTION

Line 1595: -- APP_EXCEPTION.invalid_argument if the parameter is not one of these values.

1591: -- The org ID of the OU to compare against p_owning_org_id
1592: --p_ga_org_type
1593: -- The type of OU that p_org_id is for the GA. Acceptable values are the
1594: -- global variables g_requesting_org_type or g_purchasing_org_type. Calls
1595: -- APP_EXCEPTION.invalid_argument if the parameter is not one of these values.
1596: --p_ga_item_revision
1597: -- The item revision on the GA line. (MTL_ITEM_REVISIONS_B.revision%TYPE)
1598: --p_owning_org_id
1599: -- The GA Owning Org ID

Line 1670: APP_EXCEPTION.invalid_argument

1666: ELSE
1667: l_progress := '010';
1668:
1669: -- Invalid parameter, so raise error here
1670: APP_EXCEPTION.invalid_argument
1671: (procname => 'PO_GA_PVT.validate_item_in_org',
1672: argument => 'p_ga_org_type',
1673: value => p_ga_org_type);
1674: END IF;

Line 1721: WHEN APP_EXCEPTION.application_exception THEN

1717: x_is_valid := (l_is_purchasable AND l_is_same_uom_class AND
1718: l_is_not_osp_item);
1719:
1720: EXCEPTION
1721: WHEN APP_EXCEPTION.application_exception THEN
1722: x_return_status := FND_API.g_ret_sts_error;
1723: FND_MSG_PUB.add;
1724: IF g_debug_stmt THEN
1725: PO_DEBUG.debug_stmt