DBA Data[Home] [Help]

APPS.ZX_JL_EXTRACT_PKG dependencies on JL_ZZ_AR_TX_CATEGRY

Line 3492: FROM JL_ZZ_AR_TX_CATEGRY jtc

3488:
3489: BEGIN
3490: SELECT jtc.description
3491: INTO l_tax_catg_desc
3492: FROM JL_ZZ_AR_TX_CATEGRY jtc
3493: WHERE jtc.tax_category = P_TRL_GLOBAL_VARIABLES_REC.VAT_TAX;
3494: EXCEPTION
3495: WHEN OTHERS THEN
3496: l_tax_catg_desc := null;

Line 7793: | from fnd_lookups, jl_zz_ar_tx_cus_cls and jl_zz_ar_tx_categry table to |

7789: | Type : Private |
7790: | Pre-req : None |
7791: | Function : |
7792: | This function returns the Customer VAT Registration Status Code |
7793: | from fnd_lookups, jl_zz_ar_tx_cus_cls and jl_zz_ar_tx_categry table to |
7794: | meet the requirement in the flat file |
7795: | |
7796: | Called from ZX_JL_EXTRACT_PKG.POPULATE_JL_AR |
7797: | |