DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_BATCH_IMPORT_PKG

Line 10176: hz_batch_import_pkg.import_batch(l_errbuf,

10172: fnd_file.put_line(fnd_file.log,
10173: 'l_import_run_option : ' || l_import_run_option);
10174:
10175: /* Call HZ import API to import a party */
10176: hz_batch_import_pkg.import_batch(l_errbuf,
10177: l_retcode,
10178: p_batch_id,
10179: l_import_run_option,
10180: p_run_batch_dedup,

Line 10193: ' output parameters from hz_batch_import_pkg errbuf : ' ||

10189: retcode := l_retcode;
10190:
10191: fnd_file.put_line(fnd_file.log,
10192: ' Message: Inside PROCEDURE IMPORT_BATCH' ||
10193: ' output parameters from hz_batch_import_pkg errbuf : ' ||
10194: errbuf || ' retcode : ' || retcode);
10195: END IF;
10196:
10197: BEGIN