DBA Data[Home] [Help]

APPS.PSB_WS_OPS_PVT dependencies on PSB_ACCOUNT_POSITION_SETS

Line 8: psb_account_position_sets.account_position_set_id%TYPE ,

4:
5: -- Record type to store a set_id and its account or position type.
6: TYPE account_position_set_rec_type IS RECORD
7: ( account_position_set_id
8: psb_account_position_sets.account_position_set_id%TYPE ,
9: account_or_position_type
10: psb_account_position_sets.account_or_position_type%TYPE
11: );
12:

Line 10: psb_account_position_sets.account_or_position_type%TYPE

6: TYPE account_position_set_rec_type IS RECORD
7: ( account_position_set_id
8: psb_account_position_sets.account_position_set_id%TYPE ,
9: account_or_position_type
10: psb_account_position_sets.account_or_position_type%TYPE
11: );
12:
13: -- Table type to store a set_id and its account or position type.
14: TYPE account_position_set_tbl_type IS TABLE OF account_position_set_rec_type