DBA Data[Home] [Help]

APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on HR_ORGANIZATION_UNITS

Line 233: l_organization_id hr_organization_units.organization_id%type;

229:
230: PROCEDURE default_tax_attr (
231: x_return_status OUT NOCOPY VARCHAR2) IS
232:
233: l_organization_id hr_organization_units.organization_id%type;
234: l_tax_lines_count number;
235:
236: l_line_level_action ZX_TRANSACTION_LINES_GT.line_level_action%type;
237: l_source_trx_id ZX_TRANSACTION_LINES_GT.source_trx_id%type;

Line 666: l_organization_id hr_organization_units.organization_id%type;

662: /* default ax attributes API for line level calls */
663: PROCEDURE default_tax_attr (p_trx_line_index IN NUMBER,
664: x_return_status OUT NOCOPY VARCHAR2) is
665:
666: l_organization_id hr_organization_units.organization_id%type;
667: l_product_fisc_class zx_lines_det_factors.product_fisc_classification%type;
668: l_product_category zx_lines_det_factors.product_category%type;
669: l_trx_business_category zx_lines_det_factors.trx_business_category%type;
670: