DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_POSTING_BATCHES

Line 1173: -- Create the Record in cn_posting_batches

1169: CLOSE get_payrun;
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;

Line 1449: DELETE FROM cn_posting_batches cnpb

1445: RETURN;
1446: END IF;
1447:
1448: -- Delete the Trasaction batches
1449: DELETE FROM cn_posting_batches cnpb
1450: WHERE cnpb.posting_batch_id = trans_rec.posting_batch_id;
1451:
1452: -- Delete the payment Transactions
1453: cn_pmt_trans_pkg.DELETE_RECORD (p_payment_transaction_id);