DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_ARCHIVE dependencies on PAY_DEFINED_BALANCES

Line 8: defined_balance_id pay_defined_balances.defined_balance_id%type );

4:
5: --
6: type t_balanceid_store_rec is record
7: ( user_entity_id ff_user_entities.user_entity_id%type,
8: defined_balance_id pay_defined_balances.defined_balance_id%type );
9: --
10: type t_ytd_balanceid_store_tab is table of t_balanceid_store_rec index by binary_integer;
11: t_ytd_balanceid_store t_ytd_balanceid_store_tab;
12: t_ytd_a8a_balanceid_store t_ytd_balanceid_store_tab;