DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PQH_PSB_BUDGET_FUND_SRCS

Line 9926: from pqh_psb_budget_fund_srcs

9922: and element_type_id = elemtypeid;
9923:
9924: cursor c_pqh_fund_srcs is
9925: select *
9926: from pqh_psb_budget_fund_srcs
9927: where budget_element_id = l_pqh_budget_element_id
9928: and cost_allocation_keyflex_id = l_cost_keyflex_id;
9929:
9930: c_pqh_budget_elements_rec c_pqh_budget_elements%ROWTYPE;