DBA Data[Home] [Help]

APPS.GCS_ADJ_APPROVAL_WF_PKG dependencies on FND_PROFILE

Line 799: l_user_id := nvl(to_number(fnd_profile.value('USER_ID')),-1);

795: l_approver_orig_system:= WF_ENGINE.GETITEMATTRText(p_item_type,
796: p_item_key,
797: 'ORIG_SYSTEM');
798:
799: l_user_id := nvl(to_number(fnd_profile.value('USER_ID')),-1);
800:
801: l_debug_info := 'Before calling AME Update Status, entry : ' || l_entry_id || ', Status' || AME_UTIL.approvedStatus || ' role name: '|| l_role_name || 'Approver id: ' || l_approver_id ;
802:
803: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN