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.5 2011/04/28 09:38:46 sidsaxen ship $ */
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 530: pqh_rst_shd.load_row(

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

Line 609: end pqh_rst_shd;

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