DBA Data[Home] [Help]

APPS.PY_ZA_BAL dependencies on PY_ZA_ROUTES

Line 923: l_balance := py_za_routes.asg_run(p_assignment_action_id,

919: -- We therefore don't need to check the table, time can be saved by
920: -- simply calling the route code, which is incidentally the most
921: -- performant (ie simple) route.
922: --
923: l_balance := py_za_routes.asg_run(p_assignment_action_id,
924: p_balance_type_id);
925: --
926: else l_balance := null;
927: end if;

Line 1136: l_balance := py_za_routes.payments(p_assignment_action_id,

1132: -- If the balance is STILL not found,
1133: --
1134: if l_latest_value_exists = 'F' then
1135: --
1136: l_balance := py_za_routes.payments(p_assignment_action_id,
1137: p_balance_type_id);
1138: end if;
1139: --
1140: else l_balance := null;

Line 1296: l_balance := py_za_routes.asg_itd(p_assignment_action_id,

1292: -- still No balance, so use route code
1293: --
1294: if l_latest_value_exists = 'F' then
1295: --
1296: l_balance := py_za_routes.asg_itd(p_assignment_action_id,
1297: p_balance_type_id);
1298: end if;
1299: --
1300: else l_balance := null;

Line 1511: l_balance := py_za_routes.ASG_TAX_PTD(p_assignment_action_id,

1507: -- If the balance is STILL not found,
1508: --
1509: if l_latest_value_exists = 'F' then
1510: --
1511: l_balance := py_za_routes.ASG_TAX_PTD(p_assignment_action_id,
1512: p_balance_type_id);
1513: end if;
1514: --
1515: else l_balance := null;

Line 1741: l_balance := py_za_routes.ASG_TAX_MTD(p_assignment_action_id,

1737: -- If the balance is STILL not found,
1738: --
1739: if l_latest_value_exists = 'F' then
1740: --
1741: l_balance := py_za_routes.ASG_TAX_MTD(p_assignment_action_id,
1742: p_balance_type_id);
1743: end if;
1744: --
1745: else l_balance := null;

Line 2035: l_balance := py_za_routes.ASG_TAX_QTD(p_assignment_action_id,

2031: -- If the balance is STILL not found,
2032: --
2033: if l_latest_value_exists = 'F' then
2034: --
2035: l_balance := py_za_routes.ASG_TAX_QTD(p_assignment_action_id,
2036: p_balance_type_id);
2037: end if;
2038: --
2039: else l_balance := null;

Line 2223: l_balance := py_za_routes.asg_tax_ytd(p_assignment_action_id,

2219: if l_latest_value_exists = 'F' then
2220: --
2221: -- Use parameter assignment action id to calculate route code
2222: --
2223: l_balance := py_za_routes.asg_tax_ytd(p_assignment_action_id,
2224: p_balance_type_id);
2225: --
2226: end if;
2227: --

Line 2437: l_balance := py_za_routes.ASG_CAL_PTD(p_assignment_action_id,

2433: -- If the balance is STILL not found,
2434: --
2435: if l_latest_value_exists = 'F' then
2436: --
2437: l_balance := py_za_routes.ASG_CAL_PTD(p_assignment_action_id,
2438: p_balance_type_id);
2439: end if;
2440: --
2441: else l_balance := null;

Line 2667: l_balance := py_za_routes.ASG_CAL_MTD(p_assignment_action_id,

2663: -- If the balance is STILL not found,
2664: --
2665: if l_latest_value_exists = 'F' then
2666: --
2667: l_balance := py_za_routes.ASG_CAL_MTD(p_assignment_action_id,
2668: p_balance_type_id);
2669: end if;
2670: --
2671: else l_balance := null;

Line 2900: l_balance := py_za_routes.asg_cal_ytd(p_assignment_action_id,

2896: if l_latest_value_exists = 'F' then
2897: --
2898: -- Use parameter assignment action id to calculate route code
2899: --
2900: l_balance := py_za_routes.asg_cal_ytd(p_assignment_action_id,
2901: p_balance_type_id);
2902: --
2903: end if;
2904: --