DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on PSB_SET_RELATIONS_V

Line 5703: psb_set_relations_v e,

5699:
5700: cursor c_Account_types is
5701: select distinct f.account_type
5702: from psb_budget_accounts d,
5703: psb_set_relations_v e,
5704: psb_ws_account_lines f,
5705: psb_ws_lines g
5706: where d.account_position_set_id = e.account_position_set_id
5707: and e.account_or_position_type = 'A'

Line 6847: PSB_SET_RELATIONS_V b

6843:
6844: cursor c_CCID is
6845: select a.code_combination_id ccid
6846: from PSB_BUDGET_ACCOUNTS a,
6847: PSB_SET_RELATIONS_V b
6848: where exists
6849: (select 1
6850: from PSB_BUDGET_ACCOUNTS c,
6851: PSB_SET_RELATIONS_V d

Line 6851: PSB_SET_RELATIONS_V d

6847: PSB_SET_RELATIONS_V b
6848: where exists
6849: (select 1
6850: from PSB_BUDGET_ACCOUNTS c,
6851: PSB_SET_RELATIONS_V d
6852: where c.account_position_set_id = d.account_position_set_id
6853: and c.code_combination_id = a.code_combination_id
6854: and d.account_or_position_type = 'A'
6855: and exists