DBA Data[Home] [Help]

APPS.GCS_PERIOD_INIT_PKG dependencies on FND_API

Line 146: IF (p_retcode = fnd_api.g_ret_sts_unexp_error) THEN

142: 'ALL_RUN_FOR_PERIOD',
143: p_category_code,
144: null, null, 'Y');
145:
146: IF (p_retcode = fnd_api.g_ret_sts_unexp_error) THEN
147: RAISE GCS_PI_ENTRY_FAILURE;
148: END IF;
149:
150: ELSIF (l_entry_existed = 'Y') THEN