DBA Data[Home] [Help]

APPS.ZX_JL_EXTRACT_PKG dependencies on JL_ZZ_AR_TX_CATEGRY

Line 3576: FROM JL_ZZ_AR_TX_CATEGRY jtc

3572:
3573: BEGIN
3574: SELECT jtc.description
3575: INTO l_tax_catg_desc
3576: FROM JL_ZZ_AR_TX_CATEGRY jtc
3577: WHERE jtc.tax_category = P_TRL_GLOBAL_VARIABLES_REC.VAT_TAX;
3578: EXCEPTION
3579: WHEN OTHERS THEN
3580: l_tax_catg_desc := null;

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

8265: | Type : Private |
8266: | Pre-req : None |
8267: | Function : |
8268: | This function returns the Customer VAT Registration Status Code |
8269: | from fnd_lookups, jl_zz_ar_tx_cus_cls and jl_zz_ar_tx_categry table to |
8270: | meet the requirement in the flat file |
8271: | |
8272: | Called from ZX_JL_EXTRACT_PKG.POPULATE_JL_AR |
8273: | |