DBA Data[Home] [Help]

APPS.OTA_INITIALIZATION_WF dependencies on OTA_UTILITY

Line 653: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','S', 800);

649: -- get object type
650:
651: if l_event_type = 'SESSION' then
652:
653: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','S', 800);
654:
655: else
656:
657: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL', 800);

Line 657: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL', 800);

653: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','S', 800);
654:
655: else
656:
657: l_object_type := ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL', 800);
658: end if;
659:
660:
661: WF_ENGINE.setitemattrText(p_item_type, p_item_key, 'SECTION_NAME', l_object_type);

Line 802: --l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',p_status, 800); Enh 5606090: Language support for Event Details.

798:
799:
800: -- get trainer enrollment status
801:
802: --l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',p_status, 800); Enh 5606090: Language support for Event Details.
803:
804: WF_ENGINE.setitemattrText(p_item_type, l_item_key, 'LP_ENROLLEE', p_status); --Enh 5606090: Language support for Event Details.
805:
806: set_addnl_attributes(p_item_type => p_item_type,

Line 848: l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',resource_rec.status, 800);

844: WF_ENGINE.setitemattrText(p_item_type, l_item_key, 'LP_NAME', l_location_name);
845:
846: -- get trainer enrollment status
847:
848: l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',resource_rec.status, 800);
849:
850: WF_ENGINE.setitemattrText(p_item_type, l_item_key, 'LP_ENROLLEE', l_enrollment_status_name);
851:
852: set_addnl_attributes(p_item_type => p_item_type,

Line 920: l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',rec.status, 800);

916:
917:
918: -- get trainer enrollment status
919:
920: l_enrollment_status_name := ota_utility.get_lookup_meaning('RESOURCE_BOOKING_STATUS',rec.status, 800);
921:
922: WF_ENGINE.setitemattrText(p_item_type, l_item_key, 'LP_ENROLLEE', l_enrollment_status_name);
923:
924: set_addnl_attributes(p_item_type => p_item_type,

Line 1529: l_format_time := ota_utility.get_test_time(l_time);

1525: if l_score = '-1000' then
1526: l_score := null;
1527: end if;
1528:
1529: l_format_time := ota_utility.get_test_time(l_time);
1530:
1531: hr_utility.trace ('title ' ||l_title);
1532:
1533: -- Get the next item key from the sequence

Line 1852: l_author_name := ota_utility.get_learner_name(p_person_id => l_person_id,

1848: l_creation_date, l_message_body;
1849: close get_message_details;
1850:
1851: -- get author name from person_id or contact_id
1852: l_author_name := ota_utility.get_learner_name(p_person_id => l_person_id,
1853: p_customer_id => null,
1854: p_contact_id => l_contact_id);
1855:
1856: for rec in get_frm_subscriber