DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on PAY_BALANCE_FEEDS_F

Line 770: from pay_balance_feeds_f

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

Line 2383: pay_balance_feeds_f_pkg.insert_row

2379: --
2380: l_check_latest_balances := hrassact.check_latest_balances;
2381: hrassact.check_latest_balances := false;
2382:
2383: pay_balance_feeds_f_pkg.insert_row
2384: (x_rowid => l_rowid
2385: ,x_balance_feed_id => l_balance_feed_id
2386: ,x_effective_start_date => p_effective_date
2387: ,x_effective_end_date => hr_api.g_eot

Line 3504: from pay_balance_feeds_f

3500: cursor csr_balance_feeds_lock(p_balance_feed_id in number) is
3501: select balance_feed_id
3502: , rowid
3503: , effective_start_date
3504: from pay_balance_feeds_f
3505: where balance_feed_id = p_balance_feed_id
3506: for update of balance_feed_id;
3507: --
3508: cursor csr_sub_classi_rules_lock(p_sub_classification_rule_id in number) is