DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_ELEMENT_POS_SET_GROUPS

Line 5924: PSB_ELEMENT_POS_SET_GROUPS b,

5920: a.segment21, a.segment22, a.segment23, a.segment24,
5921: a.segment25, a.segment26, a.segment27, a.segment28,
5922: a.segment29, a.segment30, a.effective_start_date, a.effective_end_date
5923: from PSB_PAY_ELEMENT_DISTRIBUTIONS a,
5924: PSB_ELEMENT_POS_SET_GROUPS b,
5925: PSB_SET_RELATIONS c,
5926: PSB_BUDGET_POSITIONS d
5927: where a.chart_of_accounts_id = g_flex_code
5928: and (((a.effective_start_date <= p_revision_end_date)

Line 6240: PSB_ELEMENT_POS_SET_GROUPS b,

6236: cursor c_Dist is
6237: select a.code_combination_id,
6238: a.distribution_percent, a.effective_start_date, a.effective_end_date
6239: from PSB_PAY_ELEMENT_DISTRIBUTIONS a,
6240: PSB_ELEMENT_POS_SET_GROUPS b,
6241: PSB_SET_RELATIONS c,
6242: PSB_BUDGET_POSITIONS d
6243: where a.chart_of_accounts_id = g_flex_code
6244: and (((a.effective_start_date <= p_revision_end_date)