DBA Data[Home] [Help]

APPS.PAY_AU_PAYSUM_ALLOWANCE dependencies on PAY_BALANCE_TYPES

Line 14: TYPE recd_allowance_balance IS RECORD ( balance_name pay_balance_types.balance_name%type

10: *** 04 NOV 11 skshin 121.2 13043109 Added upgrade_AU_address_style procedure
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;

Line 16: ,balance_type_id pay_balance_types.balance_type_id%type);

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;
20: