DBA Data[Home] [Help]

APPS.GL_CALCULATE_TAX2_PKG dependencies on ZX_GL_TAX_OPTIONS_PKG

Line 400: zx_gl_tax_options_pkg.get_tax_rate_and_account

396: dbms_sql.column_value(lines_cursor, 9, tax_code_id);
397: dbms_sql.column_value(lines_cursor, 10, bal_seg_val);
398:
399: -- Get the base tax rate and ccid
400: zx_gl_tax_options_pkg.get_tax_rate_and_account
401: (1.0, lgr_id, org_id, tax_type, tax_code_id,
402: tax_rate, non_bal_tax_ccid, temp_return_status, err_msg);
403: tax_rate := tax_rate / 100;
404:

Line 416: zx_gl_tax_options_pkg.get_tax_rate_code

412: APP_EXCEPTION.Raise_Exception;
413: END IF;
414:
415: -- Get the tax code
416: zx_gl_tax_options_pkg.get_tax_rate_code
417: (1.0, tax_type, tax_code_id, tax_code, temp_return_status, err_msg);
418:
419: IF (temp_return_status = 'E') THEN
420: FND_MESSAGE.Set_Name('ZX', err_msg);

Line 518: zx_gl_tax_options_pkg.get_tax_rate_and_account

514: AND last_in_group
515: AND NOT no_next_record) THEN
516:
517: -- Get the base tax rate and ccid
518: zx_gl_tax_options_pkg.get_tax_rate_and_account
519: (1.0, lgr_id, org_id, next_tax_type, next_tax_code_id,
520: next_tax_rate, next_non_bal_tax_ccid, temp_return_status, err_msg);
521: next_tax_rate := next_tax_rate / 100;
522:

Line 534: zx_gl_tax_options_pkg.get_tax_rate_code

530: APP_EXCEPTION.Raise_Exception;
531: END IF;
532:
533: -- Get the tax code
534: zx_gl_tax_options_pkg.get_tax_rate_code
535: (1.0, next_tax_type, next_tax_code_id, next_tax_code, temp_return_status, err_msg);
536:
537: IF (temp_return_status = 'E') THEN
538: FND_MESSAGE.Set_Name('ZX', err_msg);