DBA Data[Home] [Help]

APPS.GCS_RULES_PROCESSOR dependencies on FND_API

Line 3880: if retcode = fnd_api.g_ret_sts_unexp_error then

3876: P_CATEGORY_CODE => contextData.eventCategory,
3877: P_XLATE_FLAG => 'N',
3878: P_RULE_ID => ruleId);
3879:
3880: if retcode = fnd_api.g_ret_sts_unexp_error then
3881: --Handler is in process_rule proc
3882: logString(exceptionLogLevel,
3883: procedureName,
3884: 'exception',

Line 4694: if retcode = fnd_api.g_ret_sts_unexp_error then

4690: P_CATEGORY_CODE => contextData.eventCategory,
4691: P_XLATE_FLAG => 'N',
4692: P_RULE_ID => ruleId);
4693:
4694: if retcode = fnd_api.g_ret_sts_unexp_error then
4695: --Handler is in process_rule proc
4696: logString(exceptionLogLevel,
4697: procedureName,
4698: 'exception',