DBA Data[Home] [Help]

APPS.PAY_NZ_REC_PKG dependencies on PAY_BALANCE_TYPES

Line 254: p_balance_type_id out nocopy pay_balance_types.balance_type_id%type,

250: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
251: p_assignment_id in pay_assignment_actions.assignment_id%type,
252: p_element_type_id in pay_element_types_f.element_type_id%type,
253: p_assignment_action_id out nocopy pay_assignment_actions.assignment_action_id%type,
254: p_balance_type_id out nocopy pay_balance_types.balance_type_id%type,
255: p_effective_start_date out nocopy pay_balance_feeds_f.effective_start_date%type)
256: return boolean is
257:
258: v_input_value_name constant pay_input_values_f.name%type := 'Pay Value';

Line 329: p_balance_type_id pay_balance_types.balance_type_id%type;

325: p_element_type_id in pay_element_types_f.element_type_id%type)
326: return number is
327:
328: p_assignment_action_id pay_assignment_actions.assignment_action_id%type;
329: p_balance_type_id pay_balance_types.balance_type_id%type;
330: p_effective_start_date pay_balance_feeds_f.effective_start_date%type;
331: v_value_ptd number := 0;
332:
333: begin

Line 366: p_balance_type_id pay_balance_types.balance_type_id%type;

362: p_element_type_id in pay_element_types_f.element_type_id%type)
363: return number is
364:
365: p_assignment_action_id pay_assignment_actions.assignment_action_id%type;
366: p_balance_type_id pay_balance_types.balance_type_id%type;
367: p_effective_start_date pay_balance_feeds_f.effective_start_date%type;
368: v_value_ytd number := 0;
369:
370: begin