DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on PAY_DYNDBI_CHANGES_PKG

Line 10329: (p_type => pay_dyndbi_changes_pkg.c_element_type

10325: --
10326: -- Fetch the PAY_DYNDBI_CHANGES rows.
10327: --
10328: fetch_dyndbi_changes
10329: (p_type => pay_dyndbi_changes_pkg.c_element_type
10330: ,p_ids => l_ids
10331: ,p_languages => l_languages
10332: );
10333:

Line 10409: pay_dyndbi_changes_pkg.delete_rows

10405: --
10406: -- Delete the PAY_DYNDBI_CHANGES rows.
10407: --
10408: if g_dyndbi_changes_ok then
10409: pay_dyndbi_changes_pkg.delete_rows
10410: (p_id => l_id
10411: ,p_type => pay_dyndbi_changes_pkg.c_element_type
10412: );
10413: end if;

Line 10411: ,p_type => pay_dyndbi_changes_pkg.c_element_type

10407: --
10408: if g_dyndbi_changes_ok then
10409: pay_dyndbi_changes_pkg.delete_rows
10410: (p_id => l_id
10411: ,p_type => pay_dyndbi_changes_pkg.c_element_type
10412: );
10413: end if;
10414:
10415: if l_debug then

Line 10452: (p_type => pay_dyndbi_changes_pkg.c_input_value

10448: --
10449: -- Fetch the PAY_DYNDBI_CHANGES rows.
10450: --
10451: fetch_dyndbi_changes
10452: (p_type => pay_dyndbi_changes_pkg.c_input_value
10453: ,p_ids => l_ids
10454: ,p_languages => l_languages
10455: );
10456:

Line 10523: pay_dyndbi_changes_pkg.delete_rows

10519: --
10520: -- Delete the PAY_DYNDBI_CHANGES rows.
10521: --
10522: if g_dyndbi_changes_ok then
10523: pay_dyndbi_changes_pkg.delete_rows
10524: (p_id => l_id
10525: ,p_type => pay_dyndbi_changes_pkg.c_input_value
10526: );
10527: end if;

Line 10525: ,p_type => pay_dyndbi_changes_pkg.c_input_value

10521: --
10522: if g_dyndbi_changes_ok then
10523: pay_dyndbi_changes_pkg.delete_rows
10524: (p_id => l_id
10525: ,p_type => pay_dyndbi_changes_pkg.c_input_value
10526: );
10527: end if;
10528:
10529: if l_debug then

Line 10566: (p_type => pay_dyndbi_changes_pkg.c_defined_balance

10562: --
10563: -- Fetch the PAY_DYNDBI_CHANGES rows.
10564: --
10565: fetch_dyndbi_changes
10566: (p_type => pay_dyndbi_changes_pkg.c_defined_balance
10567: ,p_ids => l_ids
10568: ,p_languages => l_languages
10569: );
10570:

Line 10634: pay_dyndbi_changes_pkg.delete_rows

10630: --
10631: -- Delete the PAY_DYNDBI_CHANGES rows.
10632: --
10633: if g_dyndbi_changes_ok then
10634: pay_dyndbi_changes_pkg.delete_rows
10635: (p_id => l_id
10636: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance
10637: );
10638: end if;

Line 10636: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance

10632: --
10633: if g_dyndbi_changes_ok then
10634: pay_dyndbi_changes_pkg.delete_rows
10635: (p_id => l_id
10636: ,p_type => pay_dyndbi_changes_pkg.c_defined_balance
10637: );
10638: end if;
10639:
10640: if l_debug then