DBA Data[Home] [Help]

APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on AD_CONC_UTILS_PKG

Line 52: AD_CONC_UTILS_PKG.submit_subrequests(

48: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_batch_size: '|| X_batch_size, 1, 'Y');
49: aso_debug_pub.add('Migrate_Credit_Card_Data_Mgr: X_Num_Workers: '|| X_Num_Workers, 1, 'Y');
50: end if;
51:
52: AD_CONC_UTILS_PKG.submit_subrequests(
53: X_errbuf => X_errbuf,
54: X_retcode => X_retcode,
55: X_WorkerConc_app_shortname => l_product,
56: X_workerConc_progname => 'ASOCCCONPWKR',

Line 931: X_retcode := AD_CONC_UTILS_PKG.CONC_SUCCESS;

927:
928: END LOOP; -- loop for l_any_rows_to_process
929:
930:
931: X_retcode := AD_CONC_UTILS_PKG.CONC_SUCCESS;
932:
933:
934: -- handle any exception if necessary
935:

Line 940: X_retcode := AD_CONC_UTILS_PKG.CONC_FAIL;

936: EXCEPTION
937: WHEN OTHERS THEN
938: aso_debug_pub.add('Inside Exception',1,'Y' );
939: fnd_file.put_line(FND_FILE.OUTPUT, 'Inside the outermost exception block');
940: X_retcode := AD_CONC_UTILS_PKG.CONC_FAIL;
941: raise;
942: End Migrate_Credit_Card_Data_Wkr;
943:
944: