DBA Data[Home] [Help]

APPS.PQH_RST_SHD dependencies on PQH_RST_SHD

Line 1: Package Body pqh_rst_shd as

1: Package Body pqh_rst_shd as
2: /* $Header: pqrstrhi.pkb 120.2.12000000.2 2007/04/19 12:46:34 brsinha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pqh_rst_shd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_rst_shd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- ----------------------------------------------------------------------------
12: -- |---------------------------< constraint_error >---------------------------|

Line 531: pqh_rst_shd.load_row(

527: p_description => p_description,
528: p_short_name => p_short_name ,
529: p_owner => p_owner);
530: else
531: pqh_rst_shd.load_row(
532: p_rule_set_name => p_rule_set_name
533: ,p_description => p_description
534: ,p_short_name => p_short_name
535: ,p_referenced_rule_set_name => p_referenced_rule_set_name

Line 610: end pqh_rst_shd;

606: and T.LANGUAGE = L.LANGUAGE_CODE);
607: end ADD_LANGUAGE;
608: -- --
609: -- --
610: end pqh_rst_shd;