DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on CN_PAYMENT_WORKSHEETS_PKG

Line 1235: cn_payment_worksheets_pkg.INSERT_RECORD (x_payrun_id => p_payrun_id,

1231: ;
1232:
1233: IF SQL%NOTFOUND
1234: THEN
1235: cn_payment_worksheets_pkg.INSERT_RECORD (x_payrun_id => p_payrun_id,
1236: x_salesrep_id => p_salesrep_id,
1237: x_quota_id => p_quota_id,
1238: x_credit_type_id => g_credit_type_id,
1239: x_calc_pmt_amount => 0,

Line 1803: cn_payment_worksheets_pkg.update_status(p_salesrep_id,p_payrun_id,l_new_status) ;

1799: l_note_msg := fnd_message.get;
1800: l_new_status := 'FAILED' ;
1801: END ;
1802:
1803: cn_payment_worksheets_pkg.update_status(p_salesrep_id,p_payrun_id,l_new_status) ;
1804:
1805: BEGIN
1806: jtf_notes_pub.create_note (
1807: p_api_version => 1.0,

Line 1835: cn_payment_worksheets_pkg.update_status(p_salesrep_id,p_payrun_id, 'FAILED') ;

1831: fnd_message.set_token('SRP_NAME', l_srp_name );
1832: fnd_message.set_token('MESSAGE_TEXT', l_errText);
1833: fnd_msg_pub.ADD;
1834:
1835: cn_payment_worksheets_pkg.update_status(p_salesrep_id,p_payrun_id, 'FAILED') ;
1836:
1837: retcode := 2;
1838: errbuf := fnd_msg_pub.get (p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1839: COMMIT ;