DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on HR_GENERAL

Line 373: -- Copy of Hr_General2.get_oracle_db_version to avoid a very nasty patching

369:
370: g_context_id pay_run_result_values.run_result_id%type;
371: g_val_cache boolean ;
372: --
373: -- Copy of Hr_General2.get_oracle_db_version to avoid a very nasty patching
374: -- issue in the c-code chain.
375: -- Bug 2865665.
376: -- --------------------------------------------------------------------------
377: -- |-------------------< get_oracle_db_version >----------------------------|

Line 1785: hr_general.assert_condition(false);

1781: -- Now setup the balance type joining details.
1782: --
1783: if (p_batch_mode = TRUE) then
1784: if (p_balance_type_column is null) then
1785: hr_general.assert_condition(false);
1786: else
1787: declare
1788: l_first_bt boolean;
1789: begin

Line 2239: hr_general.assert_condition(false);

2235: --
2236: -- Error, no rows found when the entity has been defined to always
2237: -- find a row.
2238: --
2239: hr_general.assert_condition(false);
2240: end if;
2241: end if; --} end of complex balance fetch
2242: --
2243: exception

Line 2725: hr_general.assert_condition(false);

2721: if g_debug then
2722: hr_utility.set_location('pay_balance_pkg.get_run_balance', 20);
2723: end if;
2724: --
2725: hr_general.assert_condition(false);
2726: --
2727: end if;
2728: -- process simple balances using nds
2729: -- nds requires positional parameters so determine sequence that bind variables

Line 3180: hr_general.assert_condition(false);

3176: if g_debug then
3177: hr_utility.set_location ('Entering: pay_balance_pkg.get_rr_value', 20);
3178: end if;
3179: if (l_defbal_rec.start_rb_ptr is not null) then
3180: hr_general.assert_condition(false);
3181: else
3182: if g_debug then
3183: hr_utility.set_location ('Entering: pay_balance_pkg.get_rr_value', 30);
3184: end if;

Line 6878: hr_general.assert_condition(false);

6874: --
6875: -- error as should find a row for updating
6876: --
6877: close get_row_to_update;
6878: hr_general.assert_condition(false);
6879: --
6880: else
6881: close get_row_to_update;
6882: if g_debug then