DBA Data[Home] [Help]

APPS.PQH_GSP_GRD_STEP_REMOVE dependencies on HR_MULTI_MESSAGE

Line 541: hr_multi_message.enable_message_list;

537: )
538: IS
539: l_which_flavour VARCHAR2 (20);
540: BEGIN
541: hr_multi_message.enable_message_list;
542: hr_utility.set_location ('Entering remove_oipl', 10);
543: l_which_flavour := pqh_gsp_utility.use_point_or_step ( p_copy_entity_txn_id => p_copy_entity_txn_id);
544: hr_utility.set_location ('POINT/STEP :' || l_which_flavour, 30);
545: IF (l_which_flavour = 'POINT') THEN

Line 564: hr_multi_message.add;

560: hr_utility.set_location ('Leaving remove_oipl', 100);
561: Exception
562: when others then
563: hr_utility.set_location ('Caught an Exception', 100);
564: hr_multi_message.add;
565: END remove_oipl;
566: --
567: --------------------------- remove_plip -----------------------------
568: --