DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PAY_DYNDBI_CHANGES_PKG

Line 10406: (p_type => pay_dyndbi_changes_pkg.c_element_type

10402: --
10403: -- Fetch the PAY_DYNDBI_CHANGES rows.
10404: --
10405: fetch_dyndbi_changes
10406: (p_type => pay_dyndbi_changes_pkg.c_element_type
10407: ,p_ids => l_ids
10408: ,p_languages => l_languages
10409: );
10410:

Line 10486: pay_dyndbi_changes_pkg.delete_rows

10482: --
10483: -- Delete the PAY_DYNDBI_CHANGES rows.
10484: --
10485: if g_dyndbi_changes_ok then
10486: pay_dyndbi_changes_pkg.delete_rows
10487: (p_id => l_id
10488: ,p_type => pay_dyndbi_changes_pkg.c_element_type
10489: );
10490: end if;

Line 10488: ,p_type => pay_dyndbi_changes_pkg.c_element_type

10484: --
10485: if g_dyndbi_changes_ok then
10486: pay_dyndbi_changes_pkg.delete_rows
10487: (p_id => l_id
10488: ,p_type => pay_dyndbi_changes_pkg.c_element_type
10489: );
10490: end if;
10491:
10492: if l_debug then

Line 10529: (p_type => pay_dyndbi_changes_pkg.c_input_value

10525: --
10526: -- Fetch the PAY_DYNDBI_CHANGES rows.
10527: --
10528: fetch_dyndbi_changes
10529: (p_type => pay_dyndbi_changes_pkg.c_input_value
10530: ,p_ids => l_ids
10531: ,p_languages => l_languages
10532: );
10533:

Line 10600: pay_dyndbi_changes_pkg.delete_rows

10596: --
10597: -- Delete the PAY_DYNDBI_CHANGES rows.
10598: --
10599: if g_dyndbi_changes_ok then
10600: pay_dyndbi_changes_pkg.delete_rows
10601: (p_id => l_id
10602: ,p_type => pay_dyndbi_changes_pkg.c_input_value
10603: );
10604: end if;

Line 10602: ,p_type => pay_dyndbi_changes_pkg.c_input_value

10598: --
10599: if g_dyndbi_changes_ok then
10600: pay_dyndbi_changes_pkg.delete_rows
10601: (p_id => l_id
10602: ,p_type => pay_dyndbi_changes_pkg.c_input_value
10603: );
10604: end if;
10605:
10606: if l_debug then

Line 10643: (p_type => pay_dyndbi_changes_pkg.c_defined_balance

10639: --
10640: -- Fetch the PAY_DYNDBI_CHANGES rows.
10641: --
10642: fetch_dyndbi_changes
10643: (p_type => pay_dyndbi_changes_pkg.c_defined_balance
10644: ,p_ids => l_ids
10645: ,p_languages => l_languages
10646: );
10647:

Line 10711: pay_dyndbi_changes_pkg.delete_rows

10707: --
10708: -- Delete the PAY_DYNDBI_CHANGES rows.
10709: --
10710: if g_dyndbi_changes_ok then
10711: pay_dyndbi_changes_pkg.delete_rows
10712: (p_id => l_id
10713: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance
10714: );
10715: end if;

Line 10713: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance

10709: --
10710: if g_dyndbi_changes_ok then
10711: pay_dyndbi_changes_pkg.delete_rows
10712: (p_id => l_id
10713: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance
10714: );
10715: end if;
10716:
10717: if l_debug then