DBA Data[Home] [Help]

APPS.PAY_BALANCE_TYPES_PKG dependencies on PAY_BALANCE_ATTRIBUTES

Line 363: from pay_balance_attributes

359: ) is
360: --
361: cursor get_pbas(p_def_bal number) is
362: select balance_attribute_id
363: from pay_balance_attributes
364: where defined_balance_id = p_def_bal;
365: --
366: cursor csr_def_bals is
367: select db.defined_balance_id

Line 397: -- pay_balance_attributes here.

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