DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT dependencies on CN_PREPOSTBATCHES

Line 2804: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

2800: l_payroll_flag cn_repositories.payroll_flag%TYPE;
2801: l_payables_ccid_level cn_repositories.payables_ccid_level%TYPE;
2802:
2803: l_pmt_trx_rec cn_pmt_trans_pkg.pmt_trans_rec_type;
2804: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
2805:
2806: -- for API calls
2807: l_loading_status VARCHAR2(30);
2808: l_rowid VARCHAR2(30);

Line 3100: cn_prepostbatches.get_UID(l_posting_batch_id);

3096:
3097:
3098: -- open a transaction (used to be called posting) batch to be used
3099: -- when PMTPLN_REC payment transactions are added
3100: cn_prepostbatches.get_UID(l_posting_batch_id);
3101: l_batch_rec.posting_batch_id := l_posting_batch_id;
3102: l_batch_rec.name := 'Payment recoveries for payrun ' ||
3103: p_payrun_id ||'-'||
3104: l_posting_batch_id;

Line 3114: --cn_prepostbatches.insert_record(l_batch_rec);

3110: l_batch_rec.last_update_date := sysdate;
3111: l_batch_rec.last_update_login:= fnd_global.login_id;
3112:
3113: -- call table handler
3114: --cn_prepostbatches.insert_record(l_batch_rec);
3115: -- use old API
3116: cn_prepostbatches.Begin_Record
3117: (x_operation => 'INSERT',
3118: x_rowid => l_rowid,

Line 3116: cn_prepostbatches.Begin_Record

3112:
3113: -- call table handler
3114: --cn_prepostbatches.insert_record(l_batch_rec);
3115: -- use old API
3116: cn_prepostbatches.Begin_Record
3117: (x_operation => 'INSERT',
3118: x_rowid => l_rowid,
3119: x_posting_batch_rec => l_batch_rec,
3120: x_program_type => null,