DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on APP_EXCEPTION

Line 1677: when app_exception.application_exception then

1673: fnd_message.raise_error;
1674: END IF;
1675: END IF;
1676: Exception
1677: when app_exception.application_exception then
1678: IF hr_multi_message.exception_add
1679: (
1680: p_same_associated_columns => 'Y'
1681: ) then

Line 1911: when app_exception.application_exception then

1907: END IF;
1908: END IF;
1909:
1910: Exception
1911: when app_exception.application_exception then
1912: IF hr_multi_message.exception_add
1913: (
1914: p_same_associated_columns => 'Y'
1915: ) then