DBA Data[Home] [Help]

APPS.GCS_AD_TRIALBALANCE_PKG dependencies on FND_API

Line 781: x_retcode := fnd_api.g_ret_sts_success;

777: );
778: END IF;
779: END;
780:
781: x_retcode := fnd_api.g_ret_sts_success;
782:
783: IF fnd_log.g_current_runtime_level <= fnd_log.level_procedure
784: THEN
785: fnd_log.STRING (fnd_log.level_procedure,

Line 1120: x_retcode := fnd_api.g_ret_sts_success;

1116: );
1117: END IF;
1118: END;
1119:
1120: x_retcode := fnd_api.g_ret_sts_success;
1121:
1122: FND_FILE.PUT_LINE(FND_FILE.LOG, g_pkg_name || '.' || l_api_name || ' EXIT');
1123: FND_FILE.NEW_LINE(FND_FILE.LOG);
1124: -- Write the appropriate information to the execution report

Line 1299: x_retcode := fnd_api.g_ret_sts_unexp_error;

1295: EXCEPTION
1296: WHEN OTHERS
1297: THEN
1298: x_errbuf := SQLERRM;
1299: x_retcode := fnd_api.g_ret_sts_unexp_error;
1300:
1301: -- Write the appropriate information to the execution report
1302: IF fnd_log.g_current_runtime_level <= fnd_log.level_error
1303: THEN