DBA Data[Home] [Help]

APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on AR_SYSTEM_PARAMETERS

Line 258: ar_system_parameters asp

254: FROM
255: zx_evnt_cls_mappings evntmap,
256: jl_zz_ar_tx_att_cls tac,
257: jl_zz_ar_tx_categ tc,
258: ar_system_parameters asp
259: where
260: lines_gt.application_id = evntmap.application_id
261: and lines_gt.entity_code = evntmap.entity_code
262: and lines_gt.event_class_code = evntmap.event_class_code

Line 434: FROM ar_system_parameters_all syspa

430: 'ARGENTINA', 'AR',
431: 'COLOMBIA', 'CO',
432: 'BRAZIL', 'BR',
433: NULL)
434: FROM ar_system_parameters_all syspa
435: WHERE org_id = Header.internal_organization_id
436: AND global_attribute_category like 'JL%')
437: WHERE Header.default_taxation_country is NULL;
438: