DBA Data[Home] [Help]

APPS.PQP_VAL_BUS dependencies on APP_EXCEPTION

Line 1679: when app_exception.application_exception then

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

Line 1913: when app_exception.application_exception then

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