DBA Data[Home] [Help]

APPS.PY_W2_DBITEMS dependencies on PAY_US_MAGTAPE_REPORTING

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

2856: if l_found_asg_action and l_found_tax_unit and l_found_jursd then
2857:
2858: /* get the defined balance id of the live database item */
2859:
2860: l_live_bal_db_id := pay_us_magtape_reporting.bal_db_item(SUBSTR(p_item_name,3,LENGTH(p_item_name)-2));
2861: /* Now get the jurisdiction level of the balance */
2862:
2863: open csr_get_jursd_level(l_live_bal_db_id);
2864: fetch csr_get_jursd_level into l_jursd_level;