DBA Data[Home] [Help]

APPS.JAI_AP_STND_TAX_PROCESS dependencies on JAI_AP_ST_REVERSE_PROCESS

Line 3095: -- Call new created JAI_AP_ST_REVERSE_PROCESS.UPDATE_CCID to process

3091: --
3092: -- 1 10-Jun-2010 Created - Added for Bug 9626284
3093: -- 2 20-DEC-2012 Changed by Qiong for reverse charge bug#16001407
3094: -- Update get_tax_cur cursor to skip reverse charge service tax line.
3095: -- Call new created JAI_AP_ST_REVERSE_PROCESS.UPDATE_CCID to process
3096: -- reverse charge service tax line.
3097: --===========================================================================
3098:
3099: PROCEDURE UPDATE_CCID(pn_invoice_id IN NUMBER,

Line 3214: JAI_AP_ST_REVERSE_PROCESS.UPDATE_CCID(pn_invoice_id,

3210: END LOOP;
3211: COMMIT;
3212: -- Added by Qiong for reverse charge bug#16001407
3213: ----------------------------------------------------------------------
3214: JAI_AP_ST_REVERSE_PROCESS.UPDATE_CCID(pn_invoice_id,
3215: pn_line_number,
3216: pn_org_id,
3217: pn_location_id);
3218: ----------------------------------------------------------------------

Line 4439: -- Call new created JAI_AP_ST_REVERSE_PROCESS.Populate_ST_RVRS_Dist to process

4435: -- Fix: Addd nvl to ln_open_source as: IF nvl(ln_open_source, 0) = 0 THEN
4436: --
4437: -- 12 20-DEC-2012 Changed by Qiong for reverse charge bug#16001407
4438: -- Update jai_doc_taxes_cur cursor to skip RECOVERABLE reverse charge service tax line.
4439: -- Call new created JAI_AP_ST_REVERSE_PROCESS.Populate_ST_RVRS_Dist to process
4440: -- RECOVERABLE reverse charge service tax line.
4441: --===========================================================================
4442:
4443: PROCEDURE Create_Tax_Lines

Line 6677: JAI_AP_ST_REVERSE_PROCESS.Populate_ST_RVRS_Dist( pn_invoice_id => pn_invoice_id

6673: END LOOP; -- (ap_invoice_lines_rec IN ap_invoice_lines_cur,second time)
6674:
6675: -- Added by Qiong for reverse charge bug#16001407 Start
6676: ----------------------------------------------------------------------
6677: JAI_AP_ST_REVERSE_PROCESS.Populate_ST_RVRS_Dist( pn_invoice_id => pn_invoice_id
6678: , pn_line_number => pn_line_number
6679: );
6680: ----------------------------------------------------------------------
6681: -- Added by Qiong for reverse charge bug#16001407 End