DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_PREPOSTBATCHES

Line 988: l_batch_rec cn_prepostbatches.posting_batch_rec_type;

984: l_pay_element_type_id cn_payment_transactions.pay_element_type_id%TYPE;
985: l_rowid VARCHAR2 (100);
986: l_quota_id NUMBER;
987: l_pmt_trans_rec cn_pmt_trans_pkg.pmt_trans_rec_type;
988: l_batch_rec cn_prepostbatches.posting_batch_rec_type;
989: --Bug 3866089 (the same as 11.5.8 bug 3841926, 11.5.10 3866116) by Julia Huang on 9/1/04.
990: l_payables_flag cn_repositories.payables_flag%TYPE;
991: l_pmt_tran_id cn_payment_transactions.payment_transaction_id%TYPE;
992:

Line 1174: cn_prepostbatches.get_uid (l_posting_batch_id);

1170:
1171: -- Bug 2880233: manual adj has quota_id, use assigned quota_id
1172: l_pay_element_type_id := cn_api.get_pay_element_id (p_quota_id, p_salesrep_id, p_org_id, l_pay_date);
1173: -- Create the Record in cn_posting_batches
1174: cn_prepostbatches.get_uid (l_posting_batch_id);
1175: l_batch_rec.posting_batch_id := l_posting_batch_id;
1176: l_batch_rec.NAME := 'MANUAL_PAY_ADJ batch number:' || p_payrun_id || ':' || p_salesrep_id || ':' || l_posting_batch_id;
1177: l_batch_rec.created_by := fnd_global.user_id;
1178: l_batch_rec.creation_date := SYSDATE;

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

1179: l_batch_rec.last_updated_by := fnd_global.user_id;
1180: l_batch_rec.last_update_date := SYSDATE;
1181: l_batch_rec.last_update_login := fnd_global.login_id;
1182: -- call table handler
1183: cn_prepostbatches.begin_record (x_operation => 'INSERT',
1184: x_rowid => l_rowid,
1185: x_posting_batch_rec => l_batch_rec,
1186: x_program_type => NULL,
1187: p_org_id => p_org_id