DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on PQH_APPLY_BUDGET

Line 2413: if PQH_APPLY_BUDGET.get_txn_state (

2409: --
2410: rollback to apply_transaction;
2411: --
2412: --
2413: if PQH_APPLY_BUDGET.get_txn_state (
2414: p_transaction_category_id => l_transaction_category_id,
2415: p_action_date => l_ptx_rec.action_date
2416: ) = 'D'
2417: then

Line 4052: -- pqh_apply_budget.ptx_budget_periods(r_wst.worksheet_detail_id);

4048: -- update rows where p_worksheet_periods_rec.budget_period_id IS NOT NULL
4049: hr_utility.set_location('Budget Period Id : '||p_worksheet_periods_rec.budget_period_id, 7);
4050:
4051: -- Populate all other levels
4052: -- pqh_apply_budget.ptx_budget_periods(r_wst.worksheet_detail_id);
4053: if l_budget_period_id is not null then
4054: begin
4055: --l_propagate := check_budget_details.chk_period_propagate(p_budget_period_id => l_budget_period_id);
4056: l_propagate := 'TRUE';