DBA Data[Home] [Help]

APPS.JAI_AP_DTC_DEFAULTATION_PKG dependencies on STANDARD

Line 432: -- cursor to get parent distribution id for standardalone

428: FROM JAI_AP_MATCH_INV_TAXES
429: WHERE INVOICE_ID = p_inv_id
430: AND INVOICE_DISTRIBUTION_ID = cp_inv_dist_id;
431:
432: -- cursor to get parent distribution id for standardalone
433: cursor c_get_standalone_dist_id
434: is
435: SELECT aida.INVOICE_DISTRIBUTION_ID
436: FROM AP_INVOICE_DISTRIBUTIONS_ALL aida,

Line 1892: -- service tax exists on standardalone invoice

1888: open c_standalone_st_line (ap_tds_def_rec.INVOICE_LINE_NUMBER);
1889: fetch c_standalone_st_line into lv_exist_flg;
1890: close c_standalone_st_line;
1891:
1892: -- service tax exists on standardalone invoice
1893: if NVL(lv_exist_flg, '0') = '1' then
1894: /*open c_get_standalone_dist_id;
1895: fetch c_get_standalone_dist_id into ln_parent_dist_id;
1896: close c_get_standalone_dist_id;*/