DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_APPROVAL_SS

Line 1: PACKAGE BODY HR_APPROVAL_SS AS

1: PACKAGE BODY HR_APPROVAL_SS AS
2: /* $Header: hraprvlss.pkb 120.22.12010000.10 2009/01/29 13:47:29 pvelugul ship $ */
3:
4: -- Package Variables
5: --

Line 6: g_package constant varchar2(25) := 'HR_APPROVAL_SS.';

2: /* $Header: hraprvlss.pkb 120.22.12010000.10 2009/01/29 13:47:29 pvelugul ship $ */
3:
4: -- Package Variables
5: --
6: g_package constant varchar2(25) := 'HR_APPROVAL_SS.';
7: g_debug boolean ;
8: g_no_transaction_id exception;
9: g_wf_not_initialzed exception;
10: g_wf_error_state exception;

Line 1432: hr_approval_ss.reinitperformerroles(p_notification_id=>null

1428:
1429: -- fix for bug 4454439
1430: begin
1431: -- re-intialize the performer roles
1432: hr_approval_ss.reinitperformerroles(p_notification_id=>null
1433: ,p_transaction_id=>null
1434: ,p_item_type=>p_item_type
1435: ,p_item_key=>p_item_key);
1436: exception

Line 1508: hr_approval_ss.getNextCustomApprover

1504:
1505: else
1506: -- non AME
1507: begin
1508: hr_approval_ss.getNextCustomApprover
1509: (p_item_type=>p_item_type,
1510: p_item_key =>p_item_key,
1511: p_approvalprocesscompleteynout=>c_approvalprocesscompleteynout,
1512: p_approver_rec=>c_approver_to_notify_rec);

Line 1516: hr_utility.set_location('Error in isFinalApprover calling hr_approval_ss.getNextCustomApprover, SQLERRM' ||' '||to_char(SQLCODE),20);

1512: p_approver_rec=>c_approver_to_notify_rec);
1513: exception
1514: when others then
1515: if g_debug then
1516: hr_utility.set_location('Error in isFinalApprover calling hr_approval_ss.getNextCustomApprover, SQLERRM' ||' '||to_char(SQLCODE),20);
1517: end if;
1518: raise;
1519: end;
1520: end if ; -- check for AME

Line 2508: hr_approval_ss.setrespondedusercontext(p_item_type,p_item_key,p_act_id,funmode,result);

2504: end if;
2505:
2506: -- capture the approver login context information
2507: if ( funmode = 'RESPOND' ) then
2508: hr_approval_ss.setrespondedusercontext(p_item_type,p_item_key,p_act_id,funmode,result);
2509: end if;
2510:
2511: -- bug 5414392
2512:

Line 2863: hr_approval_ss.reinitperformerroles(p_notification_id=>null

2859: PQH_SS_WORKFLOW.set_txn_rfc_status(p_item_type,p_item_key,p_act_id,funmode,result);
2860: -- fix for bug 4454439
2861: begin
2862: -- re-intialize the performer roles
2863: hr_approval_ss.reinitperformerroles(p_notification_id=>null
2864: ,p_transaction_id=>null
2865: ,p_item_type=>p_item_type
2866: ,p_item_key=>p_item_key);
2867: exception

Line 3239: hr_approval_ss.reinitperformerroles(p_notification_id=>null

3235:
3236: -- fix for bug 4481775
3237: begin
3238: -- re-intialize the performer roles
3239: hr_approval_ss.reinitperformerroles(p_notification_id=>null
3240: ,p_transaction_id=>null
3241: ,p_item_type=>p_item_type
3242: ,p_item_key=>p_item_key);
3243: wf_directory.GetRoleName--GetUserName

Line 3453: hr_approval_ss.reinitperformerroles(p_notification_id=>null

3449:
3450: -- fix for bug 4481775
3451: begin
3452: -- re-intialize the performer roles
3453: hr_approval_ss.reinitperformerroles(p_notification_id=>null
3454: ,p_transaction_id=>null
3455: ,p_item_type=>lv_item_type
3456: ,p_item_key=>lv_item_key);
3457: exception

Line 4398: hr_approval_ss.reinitperformerroles(p_notification_id=>null

4394: p_status => 'Y',
4395: p_transaction_state => null);
4396:
4397: -- re-intialize the performer roles
4398: hr_approval_ss.reinitperformerroles(p_notification_id=>null
4399: ,p_transaction_id=>null
4400: ,p_item_type=>lr_hr_api_transaction_rec.item_type
4401: ,p_item_key=>lr_hr_api_transaction_rec.item_key);
4402:

Line 4516: hr_approval_ss.reinitperformerroles(p_notification_id=>null

4512: p_transaction_state => null);
4513:
4514:
4515: -- re-intialize the performer roles
4516: hr_approval_ss.reinitperformerroles(p_notification_id=>null
4517: ,p_transaction_id=>null
4518: ,p_item_type=>lr_hr_api_transaction_rec.item_type
4519: ,p_item_key=>lr_hr_api_transaction_rec.item_key);
4520:

Line 4589: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_hr_api_transaction_rec.item_type

4585:
4586:
4587: -- set the initial submit comments
4588: -- APPROVAL_COMMENT_COPY
4589: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_hr_api_transaction_rec.item_type
4590: ,itemkey => lr_hr_api_transaction_rec.item_key
4591: ,aname => 'APPROVAL_COMMENT_COPY'
4592: ,text_value=>p_approval_comments
4593: ,number_value=>null,

Line 4760: ln_oaf_page_act_id := hr_approval_ss.getoafpageactid(

4756:
4757: -- finally call wf engine handle to reset the state
4758: -- need to do only if the current activity id is not
4759: -- same as the ln_activity_id
4760: ln_oaf_page_act_id := hr_approval_ss.getoafpageactid(
4761: lr_hr_api_transaction_rec.item_type,
4762: lr_hr_api_transaction_rec.item_key);
4763: if(ln_activity_id is not null and ln_activity_id<>ln_oaf_page_act_id ) then
4764: WF_ENGINE.handleError(

Line 4925: END HR_APPROVAL_SS;

4921: end handleApprovalErrors;
4922:
4923:
4924:
4925: END HR_APPROVAL_SS;