DBA Data[Home] [Help]

APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on CN_PREPOSTBATCHES

Line 1499: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

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

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

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

Line 2378: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

2374: recv_posting_batch_id NUMBER;
2375: carryover_posting_batch_id NUMBER;
2376:
2377: l_calc_rec_tbl calc_rec_tbl_type;
2378: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
2379: l_calc_pmt_amount NUMBER;
2380: l_adj_pmt_amount_rec NUMBER;
2381: l_adj_pmt_amount_nrec NUMBER;
2382: l_pmt_amount_rec NUMBER;

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

2663: l_batch_rec.last_updated_by := fnd_global.user_id;
2664: l_batch_rec.last_update_date := SYSDATE;
2665: l_batch_rec.last_update_login := fnd_global.login_id;
2666: -- Create the Posting Batches
2667: cn_prepostbatches.begin_record(x_operation => 'INSERT',
2668: x_rowid => l_rowid,
2669: x_posting_batch_rec => l_batch_rec,
2670: x_program_type => NULL,
2671: p_org_id => wksht_rec.org_id);

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

2753: l_batch_rec.last_updated_by := fnd_global.user_id;
2754: l_batch_rec.last_update_date := SYSDATE;
2755: l_batch_rec.last_update_login := fnd_global.login_id;
2756: -- Create the Posting Batches
2757: cn_prepostbatches.begin_record(x_operation => 'INSERT',
2758: x_rowid => l_rowid,
2759: x_posting_batch_rec => l_batch_rec,
2760: x_program_type => NULL,
2761: p_org_id => wksht_rec.org_id);

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

3099: l_batch_rec.last_updated_by := fnd_global.user_id;
3100: l_batch_rec.last_update_date := SYSDATE;
3101: l_batch_rec.last_update_login := fnd_global.login_id;
3102: -- Create the Posting Batches
3103: cn_prepostbatches.begin_record(x_operation => 'INSERT',
3104: x_rowid => l_rowid,
3105: x_posting_batch_rec => l_batch_rec,
3106: x_program_type => NULL,
3107: p_org_id => wksht_rec.org_id);