DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_RCV_RGM_CLAIMS_PKG

Line 135: .made a call to jai_rcv_rgm_claims_pkg.insert_rcv_lines in transaction preprocessor

131: if po_distribution_id is null
132:
133: 9 19/03/2005 Vijay Shankar for Bug#4250236(4245089). FileVersion: 115.8
134: .added two new parameter in validate_transaction to hold the process_vat flag and message.
135: .made a call to jai_rcv_rgm_claims_pkg.insert_rcv_lines in transaction preprocessor
136: .made a call to jai_rcv_rgm_claims_pkg.process_vat based on vat flag. this will do required processing
137: before vat claim happens
138: .added required validation in VALIDATE_TRANSACTION for vat processing and set correct values to process_vat_status
139: and related message

Line 136: .made a call to jai_rcv_rgm_claims_pkg.process_vat based on vat flag. this will do required processing

132:
133: 9 19/03/2005 Vijay Shankar for Bug#4250236(4245089). FileVersion: 115.8
134: .added two new parameter in validate_transaction to hold the process_vat flag and message.
135: .made a call to jai_rcv_rgm_claims_pkg.insert_rcv_lines in transaction preprocessor
136: .made a call to jai_rcv_rgm_claims_pkg.process_vat based on vat flag. this will do required processing
137: before vat claim happens
138: .added required validation in VALIDATE_TRANSACTION for vat processing and set correct values to process_vat_status
139: and related message
140: .added process_vat_status filter in main cursor c_get_transactions to fetch unprocessed VAT transactions

Line 233: Issue : A call to jai_rcv_rgm_claims_pkg.insert_rcv_lines is made even though there

229: jai_rcv_rt_t1.sql (120.2)
230: jai_rcv_tax.plb (120.3)
231:
232: 17. 28/06/2005 Ramananda for Bug#4519719, File Version 120.4
233: Issue : A call to jai_rcv_rgm_claims_pkg.insert_rcv_lines is made even though there
234: do not exist any VAT type of taxes in the receipt.
235: Fis : Added a condition to check if VAT type of taxes exist in the receipt
236: before the call to jai_rcv_rgm_claims_pkg.insert_rcv_lines
237:

Line 236: before the call to jai_rcv_rgm_claims_pkg.insert_rcv_lines

232: 17. 28/06/2005 Ramananda for Bug#4519719, File Version 120.4
233: Issue : A call to jai_rcv_rgm_claims_pkg.insert_rcv_lines is made even though there
234: do not exist any VAT type of taxes in the receipt.
235: Fis : Added a condition to check if VAT type of taxes exist in the receipt
236: before the call to jai_rcv_rgm_claims_pkg.insert_rcv_lines
237:
238: Dependency due to this bug:-
239: jai_rcv_rgm_clm.plb (120.2)
240:

Line 585: jai_rcv_rgm_claims_pkg.insert_rcv_lines(

581:
582: IF ln_vat_exists = 1 THEN
583:
584: /* Call added for VAT Implementation. Vijay Shankar for Bug#4250236(4245089) */
585: jai_rcv_rgm_claims_pkg.insert_rcv_lines(
586: p_shipment_header_id => null,
587: p_shipment_line_id => p_shipment_line_id,
588: p_transaction_id => p_transaction_id,
589: p_regime_code => jai_constants.vat_regime

Line 3008: jai_rcv_rgm_claims_pkg.process_vat(

3004: -- this call passes the cenvat related accounting and register entries based on transaction type
3005: lv_statement_id := '11';
3006: p_codepath := jai_general_pkg.plot_codepath(14, p_codepath);
3007:
3008: jai_rcv_rgm_claims_pkg.process_vat(
3009: p_transaction_id => p_transaction_id,
3010: p_process_status => lv_process_vat_flag,
3011: p_process_message => lv_process_vat_message
3012: );