DBA Data[Home] [Help]

APPS.AP_WEB_PCARD_WORKFLOW_PKG dependencies on MO_UTILS

Line 290: nvl(p_org_id,mo_utils.get_default_org_id));

286: /*MOAC CHANGES MADE FOR PCARD PROJECT*/
287: WF_ENGINE.SetItemAttrNumber(l_item_type,
288: l_item_key,
289: 'ORG_ID',
290: nvl(p_org_id,mo_utils.get_default_org_id));
291:
292: ------------------------------------------------------------
293: l_debug_info := 'Start the Expense Report Workflow Process';
294: ------------------------------------------------------------

Line 599: nvl(p_org_id,mo_utils.get_default_org_id));

595: /*MOAC CHANGES MADE FOR PCARD PROJECT*/
596: WF_ENGINE.SetItemAttrNumber(l_item_type,
597: l_item_key,
598: 'ORG_ID',
599: nvl(p_org_id,mo_utils.get_default_org_id));
600:
601:
602: ------------------------------------------------------------
603: l_debug_info := 'Start the Expense Report Workflow Process';