DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on HR_API

Line 12030: and nvl(bv.BALANCE_LOAD_DATE,hr_api.g_eot) <= p_balance_load_date;

12026: and linked_db.balance_dimension_id = dim.ASG_ACTION_BALANCE_DIM_ID
12027: and bv.defined_balance_id = linked_db.defined_balance_id
12028: and bv.business_group_id = p_business_group_id
12029: and bv.RUN_BALANCE_STATUS = 'V'
12030: and nvl(bv.BALANCE_LOAD_DATE,hr_api.g_eot) <= p_balance_load_date;
12031:
12032: if g_debug then
12033: hr_utility.trace('leaving linked_defined_balance. g_ldb_linked_def_bal:'||l_linked_def_bal);
12034: end if;