DBA Data[Home] [Help]

APPS.PAY_AU_PAYSUM_ALLOWANCE dependencies on PAY_DEFINED_BALANCES

Line 15: ,defined_balance_id pay_defined_balances.defined_balance_id%type

11: *** ------------------------------------------------------------------------+
12: */
13:
14: TYPE recd_allowance_balance IS RECORD ( balance_name pay_balance_types.balance_name%type
15: ,defined_balance_id pay_defined_balances.defined_balance_id%type
16: ,balance_type_id pay_balance_types.balance_type_id%type);
17: TYPE tab_allowance_balance IS TABLE OF recd_allowance_balance INDEX BY BINARY_INTEGER;
18: t_allowance_balance tab_allowance_balance;
19: tl_allowance_balance tab_allowance_balance;