DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on FND_MESSAGE

Line 1403: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');

1399: p_web_booking_status_type => 'REQUESTED'
1400: ,p_business_group_id => l_business_group_id);
1401:
1402: IF l_booking_status_row.booking_Status_type_id is null then
1403: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
1404: RAISE status_not_seeded;
1405: ELSE
1406: WF_ENGINE.setitemattrtext(l_item_type,
1407: l_item_key,

Line 1636: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');

1632: END IF;
1633: END IF;
1634:
1635: IF l_booking_status_row.booking_Status_type_id is null then
1636: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');
1637: RAISE status_not_seeded;
1638: ELSE
1639: WF_ENGINE.setitemattrtext(l_item_type,
1640: l_item_key,

Line 1677: fnd_message.set_name('OTA', 'OTA_443505_COST_CENTER_CHARGED');

1673: l_organization_id := TO_NUMBER(hr_transaction_api.get_varchar2_value
1674: (p_transaction_step_id => p_transaction_step_id
1675: ,p_name => 'P_ORGANIZATIONID'));
1676:
1677: fnd_message.set_name('OTA', 'OTA_443505_COST_CENTER_CHARGED');
1678: l_notification_text := fnd_message.get();
1679:
1680: Create_Segment( p_assignment_id => l_assignment_id,
1681: p_business_group_id_from => l_business_group_id_from,

Line 1678: l_notification_text := fnd_message.get();

1674: (p_transaction_step_id => p_transaction_step_id
1675: ,p_name => 'P_ORGANIZATIONID'));
1676:
1677: fnd_message.set_name('OTA', 'OTA_443505_COST_CENTER_CHARGED');
1678: l_notification_text := fnd_message.get();
1679:
1680: Create_Segment( p_assignment_id => l_assignment_id,
1681: p_business_group_id_from => l_business_group_id_from,
1682: p_business_group_id_to => l_business_group_id_to,

Line 2022: p_message := fnd_message.get();

2018: process_api2(true,l_transaction_step_id);
2019: p_message := 'S' ;
2020: EXCEPTION
2021: When OTHERS Then
2022: p_message := fnd_message.get();
2023: If p_message is NULL then
2024: p_message := substr(SQLERRM,11,(length(SQLERRM)-10));
2025: End If;
2026:

Line 2986: fnd_message.set_name('OTA', 'OTA_443496_WAITLIST_NTF_TEXT');

2982: l_status_type := sts.type;
2983: END LOOP;
2984:
2985: If l_status_type = 'W' then
2986: fnd_message.set_name('OTA', 'OTA_443496_WAITLIST_NTF_TEXT');
2987:
2988: l_notification_text := l_notification_text || fnd_message.get();
2989:
2990: wf_engine.setItemAttrText (itemtype => itemtype

Line 2988: l_notification_text := l_notification_text || fnd_message.get();

2984:
2985: If l_status_type = 'W' then
2986: fnd_message.set_name('OTA', 'OTA_443496_WAITLIST_NTF_TEXT');
2987:
2988: l_notification_text := l_notification_text || fnd_message.get();
2989:
2990: wf_engine.setItemAttrText (itemtype => itemtype
2991: ,itemkey => itemkey
2992: ,aname => 'NOTIFICATION_TEXT'