DBA Data[Home] [Help]

APPS.PAY_AU_TERMINATIONS dependencies on FF_GLOBALS_F

Line 3768: from ff_globals_f

3764: order by pr.row_low_range_or_name;
3765:
3766: cursor csr_get_income_cap is
3767: select global_value
3768: from ff_globals_f
3769: where global_name = 'ETP_WHOLE_OF_INCOME'
3770: and legislation_code = 'AU'
3771: and p_date_paid between effective_start_date and effective_end_date;
3772:

Line 3834: from ff_globals_f

3830: );
3831:
3832: cursor csr_get_lump_sum_b_percent is
3833: select global_value
3834: from ff_globals_f
3835: where global_name = 'LUMP_SUM_B_PERCENTAGE'
3836: and legislation_code = 'AU'
3837: and p_date_paid between effective_start_date and effective_end_date;
3838:

Line 3888: l_lump_sum_b_percent ff_globals_f.global_value%type;

3884:
3885: l_current_pay_ytd number;
3886: l_rehire_max_asg_action_id number;
3887: l_rehire_ytd number;
3888: l_lump_sum_b_percent ff_globals_f.global_value%type;
3889:
3890: BEGIN
3891:
3892: l_procedure := 'calculate_etp_tax_2012';