DBA Data[Home] [Help]

APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on CN_PREPOSTBATCHES

Line 1501: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

1497:
1498: l_get_payrun_rec get_payrun%ROWTYPE; -- Payrun
1499: l_get_prd_statuses get_prd_statuses%ROWTYPE; -- Period
1500: l_pmt_trans_rec cn_pmt_trans_pkg.pmt_trans_rec_type; -- PmtTrans
1501: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
1502: l_tmp NUMBER := 0;
1503: l_calc_status cn_srp_intel_periods.processing_status_code%TYPE;
1504: l_ispayee NUMBER := 0;
1505: l_has_access BOOLEAN;

Line 1794: cn_prepostbatches.begin_record(x_operation => 'INSERT',

1790: l_batch_rec.last_updated_by := fnd_global.user_id;
1791: l_batch_rec.last_update_date := SYSDATE;
1792: l_batch_rec.last_update_login := fnd_global.login_id;
1793: -- Create the Posting Batches
1794: cn_prepostbatches.begin_record(x_operation => 'INSERT',
1795: x_rowid => l_rowid,
1796: x_posting_batch_rec => l_batch_rec,
1797: x_program_type => NULL,
1798: p_org_id => p_worksheet_rec.org_id);

Line 2424: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

2420: recv_posting_batch_id NUMBER;
2421: carryover_posting_batch_id NUMBER;
2422:
2423: l_calc_rec_tbl calc_rec_tbl_type;
2424: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
2425: l_calc_pmt_amount NUMBER;
2426: l_adj_pmt_amount_rec NUMBER;
2427: l_adj_pmt_amount_nrec NUMBER;
2428: l_pmt_amount_rec NUMBER;

Line 2713: cn_prepostbatches.begin_record(x_operation => 'INSERT',

2709: l_batch_rec.last_updated_by := fnd_global.user_id;
2710: l_batch_rec.last_update_date := SYSDATE;
2711: l_batch_rec.last_update_login := fnd_global.login_id;
2712: -- Create the Posting Batches
2713: cn_prepostbatches.begin_record(x_operation => 'INSERT',
2714: x_rowid => l_rowid,
2715: x_posting_batch_rec => l_batch_rec,
2716: x_program_type => NULL,
2717: p_org_id => wksht_rec.org_id);

Line 2803: cn_prepostbatches.begin_record(x_operation => 'INSERT',

2799: l_batch_rec.last_updated_by := fnd_global.user_id;
2800: l_batch_rec.last_update_date := SYSDATE;
2801: l_batch_rec.last_update_login := fnd_global.login_id;
2802: -- Create the Posting Batches
2803: cn_prepostbatches.begin_record(x_operation => 'INSERT',
2804: x_rowid => l_rowid,
2805: x_posting_batch_rec => l_batch_rec,
2806: x_program_type => NULL,
2807: p_org_id => wksht_rec.org_id);

Line 3149: cn_prepostbatches.begin_record(x_operation => 'INSERT',

3145: l_batch_rec.last_updated_by := fnd_global.user_id;
3146: l_batch_rec.last_update_date := SYSDATE;
3147: l_batch_rec.last_update_login := fnd_global.login_id;
3148: -- Create the Posting Batches
3149: cn_prepostbatches.begin_record(x_operation => 'INSERT',
3150: x_rowid => l_rowid,
3151: x_posting_batch_rec => l_batch_rec,
3152: x_program_type => NULL,
3153: p_org_id => wksht_rec.org_id);