DBA Data[Home] [Help]

APPS.PY_W2_DBITEMS dependencies on PAY_US_MAGTAPE_REPORTING

Line 2744: l_live_bal_db_id := pay_us_magtape_reporting.bal_db_item(SUBSTR(p_item_name,3,LENGTH(p_item_name)-2));

2740: if l_found_asg_action and l_found_tax_unit and l_found_jursd then
2741:
2742: /* get the defined balance id of the live database item */
2743:
2744: l_live_bal_db_id := pay_us_magtape_reporting.bal_db_item(SUBSTR(p_item_name,3,LENGTH(p_item_name)-2));
2745: /* Now get the jurisdiction level of the balance */
2746:
2747: open csr_get_jursd_level(l_live_bal_db_id);
2748: fetch csr_get_jursd_level into l_jursd_level;