DBA Data[Home] [Help]

APPS.PAY_NZ_QES_PKG dependencies on PAY_BALANCE_TYPES

Line 39: (p_balance_name in pay_balance_types.balance_name%type,

35: p_survey_date in date)
36: return number;
37:
38: function id_for_defined_balance
39: (p_balance_name in pay_balance_types.balance_name%type,
40: p_balance_dimension in pay_balance_dimensions.database_item_suffix%type)
41: return pay_balance_types.balance_type_id%type;
42:
43: function ordinary_time_payout

Line 41: return pay_balance_types.balance_type_id%type;

37:
38: function id_for_defined_balance
39: (p_balance_name in pay_balance_types.balance_name%type,
40: p_balance_dimension in pay_balance_dimensions.database_item_suffix%type)
41: return pay_balance_types.balance_type_id%type;
42:
43: function ordinary_time_payout
44: (p_regular_payment_date in per_time_periods.regular_payment_date%type,
45: p_assignment_id in per_all_assignments_f.assignment_id%type)