DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_MULTI_MESSAGE

Line 1178: hr_multi_message.enable_message_list;

1174: begin
1175:
1176: -- check if we need to propagate the error messages
1177: if(p_propagateMessagePub=hr_api.g_true_num) then
1178: hr_multi_message.enable_message_list;
1179: end if;
1180:
1181: -- set the default return satatus
1182: editAllowed :='N';

Line 1196: if(hr_multi_message.is_message_list_enabled) then

1192: if(p_notification_id is not null) then
1193: -- check if notification is open and user has access to the notification
1194: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then
1195: -- raise exception ... need to change
1196: if(hr_multi_message.is_message_list_enabled) then
1197: --HRSSA_TRANSACTION_COMPLETE
1198: --This notification is not available as it has already been completed
1199: --and closed.
1200: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');

Line 1201: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);

1197: --HRSSA_TRANSACTION_COMPLETE
1198: --This notification is not available as it has already been completed
1199: --and closed.
1200: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');
1201: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1202: end if;
1203: editAllowed :='E';
1204: return editAllowed;
1205: end if;

Line 1212: if(hr_multi_message.is_message_list_enabled) then

1208: p_notification_id,null)
1209: <>fnd_global.user_name)) then
1210:
1211: -- no more iterations return false
1212: if(hr_multi_message.is_message_list_enabled) then
1213: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1214: end if;
1215: editAllowed :='E';
1216: return editAllowed;

Line 1213: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);

1209: <>fnd_global.user_name)) then
1210:
1211: -- no more iterations return false
1212: if(hr_multi_message.is_message_list_enabled) then
1213: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1214: end if;
1215: editAllowed :='E';
1216: return editAllowed;
1217: end if;

Line 1278: hr_multi_message.disable_message_list;

1274: end if; -- transaction status check
1275: end if; -- transaction id null check
1276: -- disable the message propagation
1277: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
1278: hr_multi_message.disable_message_list;
1279: END IF;
1280:
1281: return editAllowed;
1282:

Line 1307: hr_multi_message.enable_message_list;

1303: -- set default
1304: deleteAllowed :='N';
1305: -- check if we need to propagate the error messages
1306: if(p_propagateMessagePub=hr_api.g_true_num) then
1307: hr_multi_message.enable_message_list;
1308: end if;
1309:
1310: -- set the default ntf authentication
1311: if((p_authenticateNtf is null) or (p_authenticateNtf=hr_api.g_true_num)) then

Line 1322: if(hr_multi_message.is_message_list_enabled) then

1318: if(p_notification_id is not null) then
1319: -- check if notification is open and user has access to the notification
1320: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then
1321: -- raise exception ... need to change
1322: if(hr_multi_message.is_message_list_enabled) then
1323: --HRSSA_TRANSACTION_COMPLETE
1324: --This notification is not available as it has already been completed
1325: --and closed.
1326: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');

Line 1327: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);

1323: --HRSSA_TRANSACTION_COMPLETE
1324: --This notification is not available as it has already been completed
1325: --and closed.
1326: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');
1327: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1328: end if;
1329:
1330: deleteAllowed :='E';
1331: return deleteAllowed;

Line 1339: if(hr_multi_message.is_message_list_enabled) then

1335: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1336: p_notification_id,null)
1337: <>fnd_global.user_name)) then
1338: -- no more iterations return false
1339: if(hr_multi_message.is_message_list_enabled) then
1340: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1341: end if;
1342: deleteAllowed :='E';
1343: return deleteAllowed;

Line 1340: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);

1336: p_notification_id,null)
1337: <>fnd_global.user_name)) then
1338: -- no more iterations return false
1339: if(hr_multi_message.is_message_list_enabled) then
1340: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1341: end if;
1342: deleteAllowed :='E';
1343: return deleteAllowed;
1344: end if;

Line 1368: hr_multi_message.disable_message_list;

1364: end if;
1365:
1366: -- disable the message propagation
1367: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
1368: hr_multi_message.disable_message_list;
1369: END IF;
1370: end if;
1371:
1372: return deleteAllowed;

Line 2065: hr_multi_message.enable_message_list;

2061: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
2062: end if;
2063: -- check if we need to propagate the error messages
2064: if(p_propagateMessagePub=hr_api.g_true_num) then
2065: hr_multi_message.enable_message_list;
2066: end if;
2067: -- check the proposed status
2068: -- S --> SFL
2069: -- A --> Approval (submit for approval).

Line 2173: hr_multi_message.disable_message_list;

2169:
2170: end;
2171: -- disable the message propagation
2172: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
2173: hr_multi_message.disable_message_list;
2174: END IF;
2175:
2176: -- finally commit the data
2177: commit;