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 1639: fnd_message.set_name ('OTA','OTA_13667_WEB_STATUS_NOT_SEEDE');

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

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

1682: l_organization_id := TO_NUMBER(hr_transaction_api.get_varchar2_value
1683: (p_transaction_step_id => p_transaction_step_id
1684: ,p_name => 'P_ORGANIZATIONID'));
1685:
1686: fnd_message.set_name('OTA', 'OTA_443505_COST_CENTER_CHARGED');
1687: l_notification_text := fnd_message.get();
1688:
1689: Create_Segment( p_assignment_id => l_assignment_id,
1690: p_business_group_id_from => l_business_group_id_from,

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

1683: (p_transaction_step_id => p_transaction_step_id
1684: ,p_name => 'P_ORGANIZATIONID'));
1685:
1686: fnd_message.set_name('OTA', 'OTA_443505_COST_CENTER_CHARGED');
1687: l_notification_text := fnd_message.get();
1688:
1689: Create_Segment( p_assignment_id => l_assignment_id,
1690: p_business_group_id_from => l_business_group_id_from,
1691: p_business_group_id_to => l_business_group_id_to,

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

2027: process_api2(true,l_transaction_step_id);
2028: p_message := 'S' ;
2029: EXCEPTION
2030: When OTHERS Then
2031: p_message := fnd_message.get();
2032: If p_message is NULL then
2033: p_message := substr(SQLERRM,11,(length(SQLERRM)-10));
2034: End If;
2035:

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

2306: l_status_type := sts.type;
2307: END LOOP;
2308:
2309: If l_status_type = 'W' then
2310: fnd_message.set_name('OTA', 'OTA_443496_WAITLIST_NTF_TEXT');
2311:
2312: l_notification_text := l_notification_text || fnd_message.get();
2313:
2314: wf_engine.setItemAttrText (itemtype => itemtype

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

2308:
2309: If l_status_type = 'W' then
2310: fnd_message.set_name('OTA', 'OTA_443496_WAITLIST_NTF_TEXT');
2311:
2312: l_notification_text := l_notification_text || fnd_message.get();
2313:
2314: wf_engine.setItemAttrText (itemtype => itemtype
2315: ,itemkey => itemkey
2316: ,aname => 'NOTIFICATION_TEXT'