DBA Data[Home] [Help]

APPS.IA_WF_REQUEST_PKG dependencies on IA_AME_REQUEST_PKG

Line 317: if (not IA_AME_REQUEST_PKG.InitializeAME(RequestId => p_request_id)) then

313: /*
314: -----------------------------------------------------
315: debugInfo := 'Clear all AME PL/SQL session context and approvals for the transaciton ID';
316: -----------------------------------------------------
317: if (not IA_AME_REQUEST_PKG.InitializeAME(RequestId => p_request_id)) then
318: FND_MESSAGE.set_name('IA', 'IA_AME_INITIALIZE_ERROR'); -- Error: Error occurred when initializing a session for Oracle Approvals Management.
319: l_error_message := FND_MESSAGE.Get;
320: raise localException;
321: end if;

Line 816: if (not IA_AME_REQUEST_PKG.GetNextApprover(RequestId => l_request_id

812: IA_WF_UTIL_PKG.AddWFDebugMessage(p_request_id => itemkey,
813: p_calling_fn => callingProgram,
814: p_parameter1 => debugInfo);
815: -----------------------------------------------------
816: if (not IA_AME_REQUEST_PKG.GetNextApprover(RequestId => l_request_id
817: ,ChainPhase => l_chain_phase -- IN OUT
818: ,Approver => tempApprover
819: ,NoMoreApproverFlag => l_no_more_approver_flag )) then
820:

Line 1223: debugInfo := 'Calling IA_AME_REQUEST_PKG.GetAllApprovers';

1219: p_calling_fn => callingProgram,
1220: p_parameter1 => debugInfo);
1221:
1222: -----------------------------------------------------
1223: debugInfo := 'Calling IA_AME_REQUEST_PKG.GetAllApprovers';
1224: IA_WF_UTIL_PKG.AddWFDebugMessage(p_request_id => itemkey,
1225: p_calling_fn => callingProgram,
1226: p_parameter1 => debugInfo);
1227:

Line 1229: if (not IA_AME_REQUEST_PKG.GetAllApprovers(RequestID => l_request_id,

1225: p_calling_fn => callingProgram,
1226: p_parameter1 => debugInfo);
1227:
1228: -----------------------------------------------------
1229: if (not IA_AME_REQUEST_PKG.GetAllApprovers(RequestID => l_request_id,
1230: ReleasingApprovers => tempReleasingApprovers,
1231: ReceivingApprovers => tempReceivingApprovers) ) then
1232:
1233: FND_MESSAGE.set_name('IA', 'IA_AME_NEXT_APPROVER_ERROR');

Line 1740: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id

1736: ,aname => 'BOOK_TYPE_CODE')
1737: )
1738: = IA_WF_UTIL_PKG.ApprovalMethodHierarchy ) then
1739:
1740: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id
1741: ,ChainPhase => l_chain_phase
1742: ,Approver => tempApprover)) then
1743: FND_MESSAGE.set_name('IA', 'IA_AME_UPDATE_STATUS_ERROR'); -- Error occurred when updating approval status in AME.
1744: l_error_message := FND_MESSAGE.Get;

Line 1884: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id

1880: ,itemkey => itemkey
1881: ,aname => 'BOOK_TYPE_CODE')
1882: )
1883: = IA_WF_UTIL_PKG.ApprovalMethodHierarchy ) then
1884: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id
1885: ,ChainPhase => l_chain_phase
1886: ,Approver => tempApprover
1887: ,Forwardee => tempDelegatee)) then
1888: FND_MESSAGE.set_name('IA', 'IA_AME_UPDATE_STATUS_ERROR'); -- Error occurred when updating approval status in Oracle Approval Management.

Line 2006: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id

2002: ,itemkey => itemkey
2003: ,aname => 'BOOK_TYPE_CODE')
2004: )
2005: = IA_WF_UTIL_PKG.ApprovalMethodHierarchy ) then
2006: if (not IA_AME_REQUEST_PKG.UpdateApprovalStatus(RequestId => l_request_id
2007: ,ChainPhase => l_chain_phase
2008: ,Approver => tempApprover)) then
2009: FND_MESSAGE.set_name('IA', 'IA_AME_UPDATE_STATUS_ERROR'); -- Error occurred when updating approval status in Oracle Approvals Management.
2010: l_error_message := FND_MESSAGE.Get;