DBA Data[Home] [Help]

APPS.PE_POI_BUS dependencies on PQH_UTILITY

Line 985: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);

981: -- Cannot add Overlap dates to Position Extra Info if overlap_period is null
982: hr_utility.set_message(800, 'HR_INV_POI_OVERLAP');
983: hr_utility.raise_error;
984: end if;
985: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);
986: if (fnd_date.canonical_to_date(p_rec.poei_information3) < l_position_start_date) then
987: -- Overlap start date should be greater than or equal to position start date
988: hr_utility.set_message(800, 'HR_INV_POI_OVERLAP_ST_DT');
989: hr_utility.set_message_token('POSITION_START_DATE', l_position_start_date);

Line 1004: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);

1000: --
1001: -- Validate Reservation Info for PTX Extra Info
1002: --
1003: if (p_rec.information_type = 'PER_RESERVED') then
1004: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);
1005: if (fnd_date.canonical_to_date(p_rec.poei_information3) < l_position_start_date) then
1006: -- Reservation start date should be greater than or equal to position start date
1007: hr_utility.set_message(800, 'HR_INV_POI_RESERVED_ST_DT');
1008: hr_utility.set_message_token('POSITION_START_DATE', l_position_start_date);

Line 1113: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);

1109: -- Cannot add Overlap dates to Position Extra Info if overlap_period is null
1110: hr_utility.set_message(800, 'HR_INV_POI_OVERLAP');
1111: hr_utility.raise_error;
1112: end if;
1113: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);
1114: if (fnd_date.canonical_to_date(p_rec.poei_information3) < l_position_start_date) then
1115: -- Overlap start date should be greater than or equal to position start date
1116: hr_utility.set_message(800, 'HR_INV_POI_OVERLAP_ST_DT');
1117: hr_utility.set_message_token('POSITION_START_DATE', l_position_start_date);

Line 1129: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);

1125: end if;
1126: end if;
1127: --
1128: if (p_rec.information_type = 'PER_RESERVED') then
1129: l_position_start_date := pqh_utility.position_start_date(p_rec.position_id);
1130: if (fnd_date.canonical_to_date(p_rec.poei_information3) < l_position_start_date) then
1131: -- Reservation start date should be greater than or equal to position start date
1132: hr_utility.set_message(800, 'HR_INV_POI_RESERVED_ST_DT');
1133: hr_utility.set_message_token('POSITION_START_DATE', l_position_start_date);