DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ZX_TRD_SERVICES_PUB_PKG

Line 3360: zx_trd_services_pub_pkg.get_output_tax_ccid(

3356: THEN
3357: l_gl_date := p_gl_date;
3358: END IF;
3359:
3360: zx_trd_services_pub_pkg.get_output_tax_ccid(
3361: p_gl_date => l_gl_date,
3362: p_tax_rate_id => l_tax_rate_id,
3363: p_location_segment_id => l_location_segment_id,
3364: p_tax_line_id => l_tax_line_id,

Line 3403: zx_trd_services_pub_pkg.get_output_tax_ccid(

3399: ELSE
3400: l_gl_date := p_gl_date;
3401: END IF;
3402:
3403: zx_trd_services_pub_pkg.get_output_tax_ccid(
3404: p_gl_date => l_gl_date,
3405: p_tax_rate_id => g_tax_rate_id,
3406: p_location_segment_id => null,
3407: p_tax_line_id => null,