DBA Data[Home] [Help]

APPS.PQH_GSP_GRD_STEP_REMOVE dependencies on HR_MULTI_MESSAGE

Line 553: hr_multi_message.enable_message_list;

549: )
550: IS
551: l_which_flavour VARCHAR2 (20);
552: BEGIN
553: hr_multi_message.enable_message_list;
554: hr_utility.set_location ('Entering remove_oipl', 10);
555: l_which_flavour := pqh_gsp_utility.use_point_or_step ( p_copy_entity_txn_id => p_copy_entity_txn_id);
556: hr_utility.set_location ('POINT/STEP :' || l_which_flavour, 30);
557: IF (l_which_flavour = 'POINT') THEN

Line 576: hr_multi_message.add;

572: hr_utility.set_location ('Leaving remove_oipl', 100);
573: Exception
574: when others then
575: hr_utility.set_location ('Caught an Exception', 100);
576: hr_multi_message.add;
577: END remove_oipl;
578: --
579: --------------------------- remove_plip -----------------------------
580: --