DBA Data[Home] [Help]

APPS.PAY_NZ_CEC_REPORT_PKG dependencies on PAY_DEFINED_BALANCES

Line 17: p_def_bal_id IN pay_defined_balances.defined_balance_id%type,

13: -- This function gets called from PAYNZCECETC.xml
14: --------------------------------------------------------------------
15:
16: Function PAY_NZ_GET_BAL_VALUE(p_assignment_id IN per_assignments_f.assignment_id%type,
17: p_def_bal_id IN pay_defined_balances.defined_balance_id%type,
18: p_start_date IN date,
19: p_end_date IN date)
20: return number;
21: