DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_OA_MAINFLOW_PKG

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

739:
740: -----------------------------------------------------
741: l_debug_info := 'Retrieve user id';
742: -----------------------------------------------------
743: AP_WEB_OA_MAINFLOW_PKG.GetUserID(p_employee_id, l_userid);
744:
745: ------------------------------------------------------------
746: l_debug_info := 'Retrieve policy profile option';
747: ------------------------------------------------------------

Line 2055: when AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR then

2051: p_segments => l_default_emp_segments,
2052: p_concatenated_segments => l_concatenated_segments);
2053:
2054: exception
2055: when AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR then
2056: l_header_error_message := FND_MESSAGE.Get;
2057: end;
2058:
2059: if (l_header_error_message is not null) then

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

9821: -----------------------------------------
9822: begin
9823:
9824: WF_DIRECTORY.GetRoleInfo2(wf_engine.context_user, l_role_info_tbl);
9825: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);
9826:
9827: exception
9828: when no_data_found then
9829: null;

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

9971: -----------------------------------------
9972: begin
9973:
9974: WF_DIRECTORY.GetRoleInfo2(wf_engine.context_user, l_role_info_tbl);
9975: AP_WEB_OA_MAINFLOW_PKG.GetUserId(l_role_info_tbl(1).orig_system_id, l_entered_by);
9976:
9977: exception
9978: when no_data_found then
9979: null;

Line 13344: 1, -- from ap_web_oa_mainflow_pkg.validatereceiptline

13340: Custom1_Array(14).value := l_mileage_line_array(i).attribute14;
13341: Custom1_Array(15).value := l_mileage_line_array(i).attribute15;
13342:
13343: AP_WEB_DFLEX_PKG.GetReceiptCustomFields(l_custom_array,
13344: 1, -- from ap_web_oa_mainflow_pkg.validatereceiptline
13345: Custom1_Array,
13346: Custom2_Array,
13347: Custom3_Array,
13348: Custom4_Array,

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

14433:
14434: END IF;
14435:
14436: IF ( l_ame_enabled = 'Y' OR l_entered_by = -1 ) THEN
14437: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
14438: p_item_key,
14439: 'APPROVER_ID'),
14440: l_entered_by);
14441: END IF;

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

14440: l_entered_by);
14441: END IF;
14442: elsif (l_result_type = 'EMPLOYEE_APPROVAL') then
14443: l_message_name := 'OIE_NOTES_EMPLOYEE_ACTION';
14444: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
14445: p_item_key,
14446: 'EMPLOYEE_ID'),
14447: l_entered_by);
14448: -- EMPLOYEE_APPROVAL is to be treated the same as WFSTD_APPROVAL

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

14448: -- EMPLOYEE_APPROVAL is to be treated the same as WFSTD_APPROVAL
14449: l_result_type := 'WFSTD_APPROVAL';
14450: else
14451: l_message_name := 'OIE_NOTES_PREPARER_RESPONSE';
14452: AP_WEB_OA_MAINFLOW_PKG.GetUserId(WF_ENGINE.GetItemAttrNumber(p_item_type,
14453: p_item_key,
14454: 'PREPARER_ID'),
14455: l_entered_by);
14456: end if;