DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_OA_MAINFLOW_PKG

Line 760: AP_WEB_OA_MAINFLOW_PKG.GetUserID(p_employee_id, l_userid);

756:
757: -----------------------------------------------------
758: l_debug_info := 'Retrieve user id';
759: -----------------------------------------------------
760: AP_WEB_OA_MAINFLOW_PKG.GetUserID(p_employee_id, l_userid);
761:
762: ------------------------------------------------------------
763: l_debug_info := 'Retrieve policy profile option';
764: ------------------------------------------------------------

Line 2072: when AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR then

2068: p_segments => l_default_emp_segments,
2069: p_concatenated_segments => l_concatenated_segments);
2070:
2071: exception
2072: when AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR then
2073: l_header_error_message := FND_MESSAGE.Get;
2074: end;
2075:
2076: if (l_header_error_message is not null) then

Line 10271: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);

10267: -----------------------------------------
10268: begin
10269:
10270: WF_DIRECTORY.GetRoleInfo2(wf_engine.context_user, l_role_info_tbl);
10271: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);
10272:
10273: exception
10274: when no_data_found then
10275: null;

Line 10537: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);

10533: -----------------------------------------
10534: begin
10535: IF(l_entered_by IS NULL) THEN
10536: WF_DIRECTORY.GetRoleInfo2(wf_engine.context_user, l_role_info_tbl);
10537: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);
10538: END IF;
10539: exception
10540: when no_data_found then
10541: null;

Line 14114: 1, -- from ap_web_oa_mainflow_pkg.validatereceiptline

14110: Custom1_Array(14).value := l_mileage_line_array(i).attribute14;
14111: Custom1_Array(15).value := l_mileage_line_array(i).attribute15;
14112:
14113: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_custom_array,
14114: 1, -- from ap_web_oa_mainflow_pkg.validatereceiptline
14115: Custom1_Array,
14116: Custom2_Array,
14117: Custom3_Array,
14118: Custom4_Array,

Line 15348: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,

15344: l_entered_by := WF_ENGINE.GetItemAttrNumber(p_item_type,
15345: p_item_key,
15346: 'APPROVER_ID');
15347: ELSE
15348: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
15349: p_item_key,
15350: 'APPROVER_ID'),
15351: l_entered_by);
15352: END IF;

Line 15359: -- AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,

15355: elsif (l_result_type = 'EMPLOYEE_APPROVAL') then
15356: l_message_name := 'OIE_NOTES_EMPLOYEE_ACTION';
15357:
15358: -- Bug# 15985613 - AUTHOR OF APPROVAL NOTIFICATION IS INCORRECT IN INTERNET EXPENSES HELP DESK
15359: -- AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
15360: -- p_item_key,
15361: -- 'EMPLOYEE_ID'),
15362: -- l_entered_by);
15363:

Line 15384: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,

15380: -- EMPLOYEE_APPROVAL is to be treated the same as WFSTD_APPROVAL
15381: l_result_type := 'WFSTD_APPROVAL';
15382: else
15383: l_message_name := 'OIE_NOTES_PREPARER_RESPONSE';
15384: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
15385: p_item_key,
15386: 'PREPARER_ID'),
15387: l_entered_by);
15388: end if;