DBA Data[Home] [Help]

APPS.JAI_AP_TDS_OLD_PKG dependencies on JAI_AP_UTILS_PKG

Line 15: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.

11: 1. Procedure PROCESS_PREPAYMENT_UNAPPLY
12: ===================================
13: Made the following changes
14: 1) Before submitting the request - APXIIMPT,
15: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.
16: 2) In submitting the request - APXIIMPT,
17: changed the parameter batch_name from hardcoded value to variable - lv_batch_name
18:
19: 2. Procedure PROCESS_PREPAYMENT_APPLY

Line 23: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.

19: 2. Procedure PROCESS_PREPAYMENT_APPLY
20: ==================================
21: Made the following changes -
22: 1) Before submitting the request - APXIIMPT,
23: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.
24: 2) In submitting the request - APXIIMPT,
25: changed the parameter batch_name from hardcoded value to variable - lv_batch_name
26:
27: 3. Procedure CANCEL_INVOICE

Line 31: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.

27: 3. Procedure CANCEL_INVOICE
28: ========================
29: Made the following changes -
30: 1) Before submitting the request - APXIIMPT,
31: called the jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id) to get the batch_name.
32: 2) In submitting the request - APXIIMPT,
33: changed the parameter batch_name from hardcoded value to variable - lv_batch_name
34:
35: Dependency Due to this Bug (Functional)

Line 828: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221

824:
825: result := Fnd_Request.set_mode(TRUE);
826: lv_statement_no := '11';
827:
828: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221
829:
830: req_id := Fnd_Request.submit_request
831: (
832: 'SQLAP',

Line 1724: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221

1720: );
1721:
1722: result := Fnd_Request.set_mode(TRUE);
1723:
1724: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221
1725:
1726: req_id := Fnd_Request.submit_request(
1727: 'SQLAP',
1728: 'APXIIMPT',

Line 2985: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221

2981: Fnd_File.put_line(Fnd_File.LOG,'BEFORE submitting the Payables OPEN INTERFACE Import concurrent request 1');
2982: v_stage:=11;
2983: result := Fnd_Request.set_mode(TRUE);
2984:
2985: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221
2986:
2987: req_id := Fnd_Request.submit_request
2988: (
2989: 'SQLAP',

Line 3421: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221

3417:
3418: Fnd_File.put_line(Fnd_File.LOG,'BEFORE submitting Payables OPEN INTERFACE Import concurrent request 2');
3419: result := Fnd_Request.set_mode(TRUE);
3420:
3421: lv_batch_name := jai_ap_utils_pkg.get_tds_invoice_batch(p_invoice_id); --Ramananda for Bug#4584221
3422:
3423: req_id := Fnd_Request.submit_request
3424: (
3425: 'SQLAP',