DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_BALANCE_TYPES

Line 48: g_lump_sum_c_bal_typ_id pay_balance_types.balance_type_id%type;

44: *** 02-Feb-12 skshin 115.36 Bug#13362286 Added g_db_id_rea global variable
45: */
46: /* Bug#3004966 */
47: g_ttd_count number :=1;
48: g_lump_sum_c_bal_typ_id pay_balance_types.balance_type_id%type;
49: g_term_ded_bal_typ_id pay_balance_types.balance_type_id%type;
50: g_tot_tax_ded_bal_typ_id pay_balance_types.balance_type_id%type;
51: /* End Bug#3004966 */
52: g_index number:=0; /* Bug#3215982 */

Line 49: g_term_ded_bal_typ_id pay_balance_types.balance_type_id%type;

45: */
46: /* Bug#3004966 */
47: g_ttd_count number :=1;
48: g_lump_sum_c_bal_typ_id pay_balance_types.balance_type_id%type;
49: g_term_ded_bal_typ_id pay_balance_types.balance_type_id%type;
50: g_tot_tax_ded_bal_typ_id pay_balance_types.balance_type_id%type;
51: /* End Bug#3004966 */
52: g_index number:=0; /* Bug#3215982 */
53: /* Bug 3034198 */

Line 50: g_tot_tax_ded_bal_typ_id pay_balance_types.balance_type_id%type;

46: /* Bug#3004966 */
47: g_ttd_count number :=1;
48: g_lump_sum_c_bal_typ_id pay_balance_types.balance_type_id%type;
49: g_term_ded_bal_typ_id pay_balance_types.balance_type_id%type;
50: g_tot_tax_ded_bal_typ_id pay_balance_types.balance_type_id%type;
51: /* End Bug#3004966 */
52: g_index number:=0; /* Bug#3215982 */
53: /* Bug 3034198 */
54: g_fbt_defined_balance_id pay_defined_balances.defined_balance_id%TYPE :=0;

Line 72: type r_allowance_bal is record (balance_name pay_balance_types.balance_name%type, balance_value number);

68: g_fw_input_alw_table pay_au_foreign_workers.tab_bal_type;
69: g_fw_result_alw_table pay_balance_pkg.t_detailed_bal_out_tab;
70: g_fw_allowance_tab pay_au_payment_summary.t_allowance_balance%type;
71:
72: type r_allowance_bal is record (balance_name pay_balance_types.balance_name%type, balance_value number);
73: type tab_allownace_balance is table of r_allowance_bal index by binary_integer;
74: p_fw_allowance_tab tab_allownace_balance;
75: /* Changes for 9147438 end */
76: