DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on PAY_BALANCE_ATTRIBUTES

Line 358: from pay_balance_attributes

354: ) is
355: --
356: cursor get_pbas(p_def_bal number) is
357: select balance_attribute_id
358: from pay_balance_attributes
359: where defined_balance_id = p_def_bal;
360: --
361: cursor csr_def_bals is
362: select db.defined_balance_id

Line 392: -- pay_balance_attributes here.

388: (v_db_rec.defined_balance_id);
389: --
390: -- need to delete child rows of pay_defined_balances. User entities are don
391: -- in trigger pay_defined_balances_brd, going to delete for new table
392: -- pay_balance_attributes here.
393: --
394: hr_utility.set_location('balance_type_cascade_delete',2);
395: --
396: for each_pba in get_pbas(v_db_rec.defined_balance_id) loop