DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_MULTI_MESSAGE

Line 1298: hr_multi_message.enable_message_list;

1294: begin
1295:
1296: -- check if we need to propagate the error messages
1297: if(p_propagateMessagePub=hr_api.g_true_num) then
1298: hr_multi_message.enable_message_list;
1299: end if;
1300:
1301: -- set the default return satatus
1302: editAllowed :='N';

Line 1316: if(hr_multi_message.is_message_list_enabled) then

1312: if(p_notification_id is not null) then
1313: -- check if notification is open and user has access to the notification
1314: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then
1315: -- raise exception ... need to change
1316: if(hr_multi_message.is_message_list_enabled) then
1317: --HRSSA_TRANSACTION_COMPLETE
1318: --This notification is not available as it has already been completed
1319: --and closed.
1320: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');

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

1317: --HRSSA_TRANSACTION_COMPLETE
1318: --This notification is not available as it has already been completed
1319: --and closed.
1320: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');
1321: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1322: end if;
1323: editAllowed :='E';
1324: return editAllowed;
1325: end if;

Line 1332: if(hr_multi_message.is_message_list_enabled) then

1328: p_notification_id,null)
1329: <>fnd_global.user_name)) then
1330:
1331: -- no more iterations return false
1332: if(hr_multi_message.is_message_list_enabled) then
1333: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1334: end if;
1335: editAllowed :='E';
1336: return editAllowed;

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

1329: <>fnd_global.user_name)) then
1330:
1331: -- no more iterations return false
1332: if(hr_multi_message.is_message_list_enabled) then
1333: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1334: end if;
1335: editAllowed :='E';
1336: return editAllowed;
1337: end if;

Line 1427: hr_multi_message.disable_message_list;

1423: end if; -- transaction status check
1424: end if; -- transaction id null check
1425: -- disable the message propagation
1426: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
1427: hr_multi_message.disable_message_list;
1428: END IF;
1429:
1430:
1431:

Line 1458: hr_multi_message.enable_message_list;

1454: -- set default
1455: deleteAllowed :='N';
1456: -- check if we need to propagate the error messages
1457: if(p_propagateMessagePub=hr_api.g_true_num) then
1458: hr_multi_message.enable_message_list;
1459: end if;
1460:
1461: -- set the default ntf authentication
1462: if((p_authenticateNtf is null) or (p_authenticateNtf=hr_api.g_true_num)) then

Line 1473: if(hr_multi_message.is_message_list_enabled) then

1469: if(p_notification_id is not null) then
1470: -- check if notification is open and user has access to the notification
1471: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then
1472: -- raise exception ... need to change
1473: if(hr_multi_message.is_message_list_enabled) then
1474: --HRSSA_TRANSACTION_COMPLETE
1475: --This notification is not available as it has already been completed
1476: --and closed.
1477: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');

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

1474: --HRSSA_TRANSACTION_COMPLETE
1475: --This notification is not available as it has already been completed
1476: --and closed.
1477: fnd_message.set_name(800,'HRSSA_TRANSACTION_COMPLETE');
1478: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1479: end if;
1480:
1481: deleteAllowed :='E';
1482: return deleteAllowed;

Line 1490: if(hr_multi_message.is_message_list_enabled) then

1486: if(l_authenticateNtf and (wf_advanced_worklist.authenticate(fnd_global.user_name,
1487: p_notification_id,null)
1488: <>fnd_global.user_name)) then
1489: -- no more iterations return false
1490: if(hr_multi_message.is_message_list_enabled) then
1491: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1492: end if;
1493: deleteAllowed :='E';
1494: return deleteAllowed;

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

1487: p_notification_id,null)
1488: <>fnd_global.user_name)) then
1489: -- no more iterations return false
1490: if(hr_multi_message.is_message_list_enabled) then
1491: hr_multi_message.add(null,null,null,null,null,'N',hr_multi_message.g_error_msg);
1492: end if;
1493: deleteAllowed :='E';
1494: return deleteAllowed;
1495: end if;

Line 1526: hr_multi_message.disable_message_list;

1522: end if;
1523:
1524: -- disable the message propagation
1525: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
1526: hr_multi_message.disable_message_list;
1527: END IF;
1528: end if;
1529:
1530: return deleteAllowed;

Line 2289: hr_multi_message.enable_message_list;

2285: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
2286: end if;
2287: -- check if we need to propagate the error messages
2288: if(p_propagateMessagePub=hr_api.g_true_num) then
2289: hr_multi_message.enable_message_list;
2290: end if;
2291: -- check the proposed status
2292: -- S --> SFL
2293: -- A --> Approval (submit for approval).

Line 2397: hr_multi_message.disable_message_list;

2393:
2394: end;
2395: -- disable the message propagation
2396: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
2397: hr_multi_message.disable_message_list;
2398: END IF;
2399:
2400: -- finally commit the data
2401: commit;

Line 2451: hr_multi_message.enable_message_list;

2447: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);
2448: end if;
2449: -- check if we need to propagate the error messages
2450: if(p_propagateMessagePub=hr_api.g_true_num) then
2451: hr_multi_message.enable_message_list;
2452: end if;
2453: -- check the proposed status
2454: -- S --> SFL
2455: -- A --> Approval (submit for approval).

Line 2566: hr_multi_message.disable_message_list;

2562: -- propagate the error message
2563: end;
2564: -- disable the message propagation
2565: IF (p_propagateMessagePub=hr_api.g_true_num) THEN
2566: hr_multi_message.disable_message_list;
2567: END IF;
2568:
2569: -- finally commit the data
2570: commit;