DBA Data[Home] [Help]

APPS.PAY_NZ_REC_PKG dependencies on PAY_BALANCE_CLASSIFICATIONS

Line 294: from pay_balance_classifications pbc_not

290: and pbf_not.balance_type_id = pbf.balance_type_id
291: and (ppa.effective_date between pbf_not.effective_start_date
292: and pbf_not.effective_end_date))
293: and not exists (select null
294: from pay_balance_classifications pbc_not
295: where pbc_not.balance_type_id = pbf.balance_type_id);
296:
297: begin
298: open single_balance_feed (p_payroll_action_id,