DBA Data[Home] [Help]

APPS.PSB_WS_POS1 dependencies on PSB_BUDGET_ACCOUNTS

Line 1119: PSB_BUDGET_ACCOUNTS c

1115: select a.budget_group_id,
1116: b.num_proposed_years
1117: from PSB_SET_RELATIONS a,
1118: PSB_BUDGET_GROUPS b,
1119: PSB_BUDGET_ACCOUNTS c
1120: where a.budget_group_id = b.budget_group_id
1121: and b.effective_start_date <= PSB_WS_ACCT1.g_startdate_pp
1122: and (b.effective_end_date is null
1123: or b.effective_end_date >= PSB_WS_ACCT1.g_enddate_cy)