DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on PSB_BUDGET_GROUPS

Line 14: from PSB_BUDGET_GROUPS

10: and worksheet_type <> 'L'
11: /*For Bug No : 2440100 End*/
12: and budget_group_id in
13: (select budget_group_id
14: from PSB_BUDGET_GROUPS
15: where budget_group_type = 'R'
16: and effective_start_date <= StartDate
17: and (effective_end_date is null or effective_end_date >= EndDate)
18: start with budget_group_id = BudgetGroupID