DBA Data[Home] [Help]

APPS.PE_POI_BUS dependencies on PER_POSITION_INFO_TYPES

Line 80: -- per_position_info_types where active_inactive_flag is 'Y'.

76: -- {Start Of Comments}
77: --
78: -- Description:
79: -- Validates that the position information type exists in table
80: -- per_position_info_types where active_inactive_flag is 'Y'.
81: --
82: -- Pre Conditions:
83: -- Data must be existed in table per_position_info_types.
84: --

Line 83: -- Data must be existed in table per_position_info_types.

79: -- Validates that the position information type exists in table
80: -- per_position_info_types where active_inactive_flag is 'Y'.
81: --
82: -- Pre Conditions:
83: -- Data must be existed in table per_position_info_types.
84: --
85: -- In Parameters:
86: -- p_information_type
87: --

Line 106: p_information_type in per_position_info_types.information_type%type

102: -- {End Of Comments}
103: -- ----------------------------------------------------------------------------
104: Procedure chk_position_info_type
105: (
106: p_information_type in per_position_info_types.information_type%type
107: );
108: --
109: -- ----------------------------------------------------------------------------
110: -- |---------------------------< Chk_position_id >----------------------------|