DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_CUST_WF dependencies on AP_WEB_EXPENSE_WF

Line 50: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CustomValidateExpenseReport',

46: END IF;
47:
48: EXCEPTION
49: WHEN OTHERS THEN
50: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CustomValidateExpenseReport',
51: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
52: raise;
53: END CustomValidateExpenseReport;
54:

Line 66: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DoCustomValidation',

62: p_return_error_message := NULL;
63:
64: EXCEPTION
65: WHEN OTHERS THEN
66: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'DoCustomValidation',
67: null, null, null, l_debug_info);
68: raise;
69: END DoCustomValidation;
70:

Line 115: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(

111: l_debug_info := 'Calling Get Manager with method equal CHAIN and
112: this is not the first approver being retrieved';
113: -----------------------------------------------------------------
114: -- bug 3257576 replace GetManager with GetManagerInfoAndCheckStatus
115: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(
116: p_curr_approver_id,
117: l_curr_approver_name,
118: p_next_approver_id,
119: l_next_approver_name,

Line 132: AP_WEB_EXPENSE_WF.GetFinalApprover(p_employee_id,

128:
129: ---------------------------------------------------------------------
130: l_debug_info := 'Calling Get Final Manager with method equal DIRECT';
131: ---------------------------------------------------------------------
132: AP_WEB_EXPENSE_WF.GetFinalApprover(p_employee_id,
133: p_override_approver_id,
134: p_emp_cost_center,
135: p_doc_cost_center,
136: p_approval_amount,

Line 154: AP_WEB_EXPENSE_WF.GetFinalApprover(p_curr_approver_id,

150: l_debug_info := 'Calling Get Final Manager with method equal
151: ONE_STOP_DIRECT and this is not the first approver
152: being retrieved';
153: -------------------------------------------------------------------
154: AP_WEB_EXPENSE_WF.GetFinalApprover(p_curr_approver_id,
155: p_override_approver_id,
156: p_emp_cost_center,
157: p_doc_cost_center,
158: p_approval_amount,

Line 198: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetApprover',

194: END IF;
195:
196: EXCEPTION
197: WHEN OTHERS THEN
198: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'GetApprover',
199: null, null, null, l_debug_info);
200: raise;
201: END GetApprover;
202:

Line 246: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);

242:
243: -----------------------------------------------------
244: l_debug_info := 'Get Workflow Version Number';
245: -----------------------------------------------------
246: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);
247:
248:
249: ------------------------------------------------------
250: l_debug_info := 'Retrieve Employee_ID Item Attribute';

Line 362: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(

358: l_debug_info := 'First Time calling Find Approver';
359: ----------------------------------------------------
360:
361: -- bug 3257576
362: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(
363: l_employee_id,
364: l_employee_name,
365: l_dir_manager_id,
366: l_dir_manager_name,

Line 372: AP_WEB_EXPENSE_WF.SetPersonAs(l_dir_manager_id,

368: l_error_message,
369: l_instructions,
370: l_special_instr);
371:
372: AP_WEB_EXPENSE_WF.SetPersonAs(l_dir_manager_id,
373: p_item_type,
374: p_item_key,
375: 'MANAGER');
376:

Line 442: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(

438:
439: IF (l_AMEEnabled = 'Y') THEN
440:
441: -- bug 3257576
442: AP_WEB_EXPENSE_WF.GetManagerInfoAndCheckStatus(
443: l_employee_id,
444: l_employee_name,
445: l_dir_manager_id,
446: l_dir_manager_name,

Line 553: AP_WEB_EXPENSE_WF.SetPersonAs(l_next_approver_id,

549: p_result := 'COMPLETE:N';
550:
551: ELSE
552:
553: AP_WEB_EXPENSE_WF.SetPersonAs(l_next_approver_id,
554: p_item_type,
555: p_item_key,
556: 'APPROVER');
557:

Line 589: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FindApprover',

585: l_special_instr);
586:
587: p_result := 'COMPLETE:N';
588: WHEN OTHERS THEN
589: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'FindApprover',
590: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
591: raise;
592: END FindApprover;
593:

Line 654: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'HasAuthority',

650: END IF;
651:
652: EXCEPTION
653: WHEN OTHERS THEN
654: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'HasAuthority',
655: p_item_type, null, null, l_debug_info);
656: raise;
657: END HasAuthority;
658:

Line 688: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);

684:
685: -----------------------------------------------------
686: l_debug_info := 'Get Workflow Version Number';
687: -----------------------------------------------------
688: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);
689:
690:
691: ------------------------------------------------------
692: l_debug_info := 'Retrieve Approver_ID Item Attribute';

Line 813: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'VerifyAuthority',

809: END IF;
810:
811: EXCEPTION
812: WHEN OTHERS THEN
813: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'VerifyAuthority',
814: p_item_type, p_item_key, to_char(p_actid), l_debug_info);
815: raise;
816: END VerifyAuthority;
817:

Line 833: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CustomDataTransfer',

829:
830:
831: EXCEPTION
832: WHEN OTHERS THEN
833: Wf_Core.Context('AP_WEB_EXPENSE_WF', 'CustomDataTransfer',
834: p_item_type, p_item_key, null, l_debug_info);
835: raise;
836: END CustomDataTransfer;
837:

Line 892: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);

888:
889: ------------------------------------------------------------
890: l_debug_info := 'Retrieve workflow version';
891: ------------------------------------------------------------
892: C_WF_Version := AP_WEB_EXPENSE_WF.GetFlowVersion(p_item_type, p_item_key);
893:
894: ------------------------------------------------------------
895: l_debug_info := 'Retrieve employee name and report ID Item Attribute';
896: ------------------------------------------------------------

Line 909: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_ProjectIntegrationVersion) THEN

905: l_report_header_id := WF_ENGINE.GetItemAttrNumber(p_item_type,
906: p_item_key,
907: 'EXPENSE_REPORT_ID');
908:
909: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_ProjectIntegrationVersion) THEN
910: l_week_end_date := WF_ENGINE.GetItemAttrDate(p_item_type,
911: p_item_key,
912: 'WEEK_END_DATE');
913: END IF;

Line 918: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_11_0_3Version) THEN

914:
915: ------------------------------------------------------------
916: l_debug_info := 'Determine whether session is project enabled';
917: ------------------------------------------------------------
918: IF (C_WF_Version >= AP_WEB_EXPENSE_WF.C_11_0_3Version) THEN
919: l_session_project_enabled := WF_ENGINE.GetItemAttrText(p_item_type,
920: p_item_key,
921: 'EMPLOYEE_PROJECT_ENABLED');
922:

Line 1051: WF_CORE.Context('AP_WEB_EXPENSE_WF', 'DetermineMgrInvolvement',

1047:
1048: EXCEPTION
1049:
1050: WHEN OTHERS THEN
1051: WF_CORE.Context('AP_WEB_EXPENSE_WF', 'DetermineMgrInvolvement',
1052: p_item_type, p_item_key,
1053: to_char(p_actid), l_debug_info);
1054: raise;
1055: END DetermineMgrInvolvement;