DBA Data[Home] [Help]

APPS.PER_CONTACT_INFO_TYPES_PKG dependencies on PER_CONTACT_INFO_TYPES

Line 1: PACKAGE per_contact_info_types_pkg AUTHID CURRENT_USER AS

1: PACKAGE per_contact_info_types_pkg AUTHID CURRENT_USER AS
2: /* $Header: pecit01t.pkh 115.5 2002/12/04 12:18:11 pkakar noship $ */
3: -- ---------------------------------------------------------------------------
4: -- |-----------------------< chk_active_inactive_flag >----------------------|
5: -- ---------------------------------------------------------------------------

Line 37: x_active_inactive_flag IN per_contact_info_types.active_inactive_flag%TYPE);

33: --
34: -- {End Of Comments}
35: -- ---------------------------------------------------------------------------
36: PROCEDURE chk_active_inactive_flag(
37: x_active_inactive_flag IN per_contact_info_types.active_inactive_flag%TYPE);
38: --
39: -- ---------------------------------------------------------------------------
40: -- |---------------------< chk_multiple_occurences_flag >--------------------|
41: -- ---------------------------------------------------------------------------

Line 73: x_multiple_occurences_flag IN per_contact_info_types.multiple_occurences_flag%TYPE);

69: --
70: -- {End Of Comments}
71: -- ---------------------------------------------------------------------------
72: PROCEDURE chk_multiple_occurences_flag(
73: x_multiple_occurences_flag IN per_contact_info_types.multiple_occurences_flag%TYPE);
74: --
75: -- ---------------------------------------------------------------------------
76: -- |---------------------< chk_update_mltpl_occrncs_flg >--------------------|
77: -- ---------------------------------------------------------------------------

Line 110: x_information_type IN per_contact_info_types.information_type%TYPE,

106: --
107: -- {End Of Comments}
108: -- ---------------------------------------------------------------------------
109: PROCEDURE chk_update_mltpl_occrncs_flg(
110: x_information_type IN per_contact_info_types.information_type%TYPE,
111: x_multiple_occurences_flag IN per_contact_info_types.multiple_occurences_flag%TYPE);
112: --
113: -- ---------------------------------------------------------------------------
114: -- |------------------------------< insert_row >-----------------------------|

Line 111: x_multiple_occurences_flag IN per_contact_info_types.multiple_occurences_flag%TYPE);

107: -- {End Of Comments}
108: -- ---------------------------------------------------------------------------
109: PROCEDURE chk_update_mltpl_occrncs_flg(
110: x_information_type IN per_contact_info_types.information_type%TYPE,
111: x_multiple_occurences_flag IN per_contact_info_types.multiple_occurences_flag%TYPE);
112: --
113: -- ---------------------------------------------------------------------------
114: -- |------------------------------< insert_row >-----------------------------|
115: -- ---------------------------------------------------------------------------

Line 543: END per_contact_info_types_pkg;

539: PROCEDURE validate_translation(
540: information_type IN VARCHAR2,
541: language IN VARCHAR2,
542: description IN VARCHAR2);
543: END per_contact_info_types_pkg;