DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on PAY_BALANCE_FEEDS_F

Line 773: from pay_balance_feeds_f

769: where input_value_id = p_core_object_id;
770: --
771: cursor csr_sbf_core_object_exists(p_core_object_id in number) is
772: select count(0)
773: from pay_balance_feeds_f
774: where balance_feed_id = p_core_object_id;
775: --
776: cursor csr_sfr_core_object_exists(p_core_object_id in number) is
777: select count(0)

Line 2401: pay_balance_feeds_f_pkg.insert_row

2397: --
2398: l_check_latest_balances := hrassact.check_latest_balances;
2399: hrassact.check_latest_balances := false;
2400:
2401: pay_balance_feeds_f_pkg.insert_row
2402: (x_rowid => l_rowid
2403: ,x_balance_feed_id => l_balance_feed_id
2404: ,x_effective_start_date => p_effective_date
2405: ,x_effective_end_date => hr_api.g_eot

Line 3522: from pay_balance_feeds_f

3518: cursor csr_balance_feeds_lock(p_balance_feed_id in number) is
3519: select balance_feed_id
3520: , rowid
3521: , effective_start_date
3522: from pay_balance_feeds_f
3523: where balance_feed_id = p_balance_feed_id
3524: for update of balance_feed_id;
3525: --
3526: cursor csr_sub_classi_rules_lock(p_sub_classification_rule_id in number) is