DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_SFLUTIL_SS

Line 1184: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);

1180: begin
1181: hr_utility.set_location(' Entering:' || l_proc,10);
1182: hr_utility.set_location(' Calling:hr_transaction_api.rollback_transaction' || l_proc,15);
1183: delete_transaction_children(p_transaction_id, p_validate);
1184: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);
1185: hr_transaction_api.rollback_transaction(
1186: p_transaction_id => p_transaction_id,
1187: p_validate => (p_validate=hr_api.g_true_num));
1188: hr_utility.set_location(' Exiting :' || l_proc,20);

Line 1314: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then

1310:
1311:
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

Line 1471: if not hr_sflutil_ss.OpenNotificationsExist(p_notification_id) then

1467:
1468:
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

Line 1580: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);

1576: -- check if the notification id if not throw exception
1577: if(ln_notification_id is not null) then
1578:
1579: -- hsundar: Delete any open SFL Notification for this txn
1580: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);
1581:
1582: -- complete ntf with HR_V5_ALL_RESPONSES.del code
1583: /* wf_engine.CompleteActivity(
1584: p_item_Type

Line 1605: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);

1601: end if;
1602: else -- other statuses
1603:
1604: -- hsundar: Delete any open SFL Notification for this txn
1605: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);
1606:
1607: hr_transaction_ss.rollback_transaction(p_item_type,
1608: p_item_key,
1609: null,

Line 1626: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);

1622: p_transaction_id => p_transaction_id,
1623: p_status => 'D');
1624:
1625: -- close all sfl notifications
1626: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);
1627: -- do the module specific logic
1628: end if;
1629:
1630:

Line 1668: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);

1664: -- check if we have the notification id
1665: if(ln_notification_id is not null) then
1666:
1667: -- hsundar: Delete any open SFL Notification for this txn
1668: hr_sflutil_ss.closesflnotifications(p_transaction_id,p_item_type,p_item_key);
1669:
1670: -- complete ntf with HR_V5_ALL_RESPONSES.Reject code
1671: /* wf_engine.CompleteActivity(
1672: p_item_Type

Line 1780: hr_sflutil_ss.closesflnotifications(p_transaction_id

1776:
1777: if(lr_hr_api_transaction_rec.item_type is not null) then
1778: -- WF case.
1779: -- hsundar: Delete any open SFL Notification for this txn
1780: hr_sflutil_ss.closesflnotifications(p_transaction_id
1781: ,lr_hr_api_transaction_rec.item_type
1782: ,lr_hr_api_transaction_rec.item_key);
1783:
1784: hr_transaction_ss.rollback_transaction(lr_hr_api_transaction_rec.item_type,

Line 1803: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);

1799: p_transaction_id => p_transaction_id,
1800: p_status => 'D');
1801:
1802: -- close all sfl notifications
1803: hr_sflutil_ss.closesflnotifications(p_transaction_id,null,null);
1804: -- do the module specific logic
1805:
1806: end if; -- End of 2nd if(lr_hr_api_transaction_rec.item_type is not null)
1807:

Line 2307: c_updateStatus:= hr_sflutil_ss.getSFLStatusForUpdate(

2303: when others then
2304: null;
2305: end;
2306:
2307: c_updateStatus:= hr_sflutil_ss.getSFLStatusForUpdate(
2308: nvl(p_currentTxnStatus,lv_currentTxnStatus),
2309: p_proposedTxnStatus);
2310: else
2311: -- we do not handle other status, return error status

Line 2326: hr_sflutil_ss.sendsflnotification(p_transaction_id,

2322: into lr_hr_api_transaction_rec
2323: from hr_api_transactions
2324: where transaction_id=p_transaction_id;
2325: -- send sfl notification to login user
2326: hr_sflutil_ss.sendsflnotification(p_transaction_id,
2327: p_transaction_ref_table,
2328: fnd_global.user_name,
2329: 'HR_RELAUNCH_SS',
2330: null,

Line 2469: c_updateStatus:= hr_sflutil_ss.getSFLStatusForUpdate(

2465: when others then
2466: null;
2467: end;
2468:
2469: c_updateStatus:= hr_sflutil_ss.getSFLStatusForUpdate(
2470: nvl(p_currentTxnStatus,lv_currentTxnStatus),
2471: p_proposedTxnStatus);
2472: else
2473: -- we do not handle other status, return error status

Line 2488: hr_sflutil_ss.sendsflnotification(p_transaction_id,

2484: into lr_hr_api_transaction_rec
2485: from hr_api_transactions
2486: where transaction_id=p_transaction_id;
2487: -- send sfl notification to login user
2488: hr_sflutil_ss.sendsflnotification(p_transaction_id,
2489: p_transaction_ref_table,
2490: fnd_global.user_name,
2491: 'HR_RELAUNCH_SS',
2492: null,