DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on FND_GLOBAL

Line 83: ||l_msg_data||Fnd_Global.local_chr(10) ;

79: p_encoded => Fnd_Api.G_FALSE,
80: p_data => l_msg_data,
81: p_msg_index_out => l_msg_index );
82: l_final_data := l_final_data ||l_msg_index||': '
83: ||l_msg_data||Fnd_Global.local_chr(10) ;
84: l_cnt := l_cnt + 1 ;
85: END LOOP ;
86: x_error_msg := l_final_data;
87: Wf_Engine.SetItemAttrText

Line 326: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,

322: p_source_object_id => p_activity_id,
323: p_source_object_code => 'AMS_'||p_activity_type,
324: p_notes => p_note,
325: p_note_status => NULL ,
326: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
327: p_entered_date => SYSDATE,
328: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
329: x_jtf_note_id => l_id ,
330: p_note_type => 'AMS_APPROVAL' ,

Line 328: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,

324: p_notes => p_note,
325: p_note_status => NULL ,
326: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
327: p_entered_date => SYSDATE,
328: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
329: x_jtf_note_id => l_id ,
330: p_note_type => 'AMS_APPROVAL' ,
331: p_last_update_date => SYSDATE ,
332: p_creation_date => SYSDATE ) ;

Line 422: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,

418: p_source_object_id => p_activity_id,
419: p_source_object_code => 'AMS_'||p_activity_type,
420: p_notes => p_note,
421: p_note_status => NULL ,
422: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
423: p_entered_date => SYSDATE,
424: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
425: x_jtf_note_id => l_id ,
426: p_note_type => 'AMS_FREQ' ,

Line 424: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,

420: p_notes => p_note,
421: p_note_status => NULL ,
422: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
423: p_entered_date => SYSDATE,
424: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
425: x_jtf_note_id => l_id ,
426: p_note_type => 'AMS_FREQ' ,
427: p_last_update_date => SYSDATE ,
428: p_creation_date => SYSDATE ) ;

Line 1745: l_user_id := FND_GLOBAL.user_id;

1741: -- workflow item attribute.It could be used later on for
1742: -- PL/SQL function to initialize the global context when the
1743: -- session is established by workflow mailer.
1744:
1745: l_user_id := FND_GLOBAL.user_id;
1746: l_resp_id := FND_GLOBAL.resp_id;
1747: l_appl_id := FND_GLOBAL.resp_appl_id;
1748: l_security_group_id := FND_GLOBAL.security_group_id;
1749:

Line 1746: l_resp_id := FND_GLOBAL.resp_id;

1742: -- PL/SQL function to initialize the global context when the
1743: -- session is established by workflow mailer.
1744:
1745: l_user_id := FND_GLOBAL.user_id;
1746: l_resp_id := FND_GLOBAL.resp_id;
1747: l_appl_id := FND_GLOBAL.resp_appl_id;
1748: l_security_group_id := FND_GLOBAL.security_group_id;
1749:
1750: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,

Line 1747: l_appl_id := FND_GLOBAL.resp_appl_id;

1743: -- session is established by workflow mailer.
1744:
1745: l_user_id := FND_GLOBAL.user_id;
1746: l_resp_id := FND_GLOBAL.resp_id;
1747: l_appl_id := FND_GLOBAL.resp_appl_id;
1748: l_security_group_id := FND_GLOBAL.security_group_id;
1749:
1750: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
1751: itemkey => itemkey,

Line 1748: l_security_group_id := FND_GLOBAL.security_group_id;

1744:
1745: l_user_id := FND_GLOBAL.user_id;
1746: l_resp_id := FND_GLOBAL.resp_id;
1747: l_appl_id := FND_GLOBAL.resp_appl_id;
1748: l_security_group_id := FND_GLOBAL.security_group_id;
1749:
1750: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
1751: itemkey => itemkey,
1752: aname => 'USER_ID',

Line 3328: FND_GLOBAL.apps_initialize( user_id => l_user_id

3324: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Approve_Activity_status l_appl_id : '|| l_appl_id);
3325:
3326:
3327: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL AND l_appl_id IS NOT NULL) THEN
3328: FND_GLOBAL.apps_initialize( user_id => l_user_id
3329: , resp_id => l_resp_id
3330: , resp_appl_id => l_appl_id
3331: --, security_group_id => l_security_group_id
3332: );

Line 3959: l_user_id := FND_GLOBAL.user_id;

3955: -- workflow item attribute.It could be used later on for
3956: -- PL/SQL function to initialize the global context when the
3957: -- session is established by workflow mailer.
3958:
3959: l_user_id := FND_GLOBAL.user_id;
3960: l_resp_id := FND_GLOBAL.resp_id;
3961: l_appl_id := FND_GLOBAL.resp_appl_id;
3962: l_security_group_id := FND_GLOBAL.security_group_id;
3963:

Line 3960: l_resp_id := FND_GLOBAL.resp_id;

3956: -- PL/SQL function to initialize the global context when the
3957: -- session is established by workflow mailer.
3958:
3959: l_user_id := FND_GLOBAL.user_id;
3960: l_resp_id := FND_GLOBAL.resp_id;
3961: l_appl_id := FND_GLOBAL.resp_appl_id;
3962: l_security_group_id := FND_GLOBAL.security_group_id;
3963:
3964: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_user_id : '|| l_user_id);

Line 3961: l_appl_id := FND_GLOBAL.resp_appl_id;

3957: -- session is established by workflow mailer.
3958:
3959: l_user_id := FND_GLOBAL.user_id;
3960: l_resp_id := FND_GLOBAL.resp_id;
3961: l_appl_id := FND_GLOBAL.resp_appl_id;
3962: l_security_group_id := FND_GLOBAL.security_group_id;
3963:
3964: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_user_id : '|| l_user_id);
3965: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_resp_id : '|| l_resp_id);

Line 3962: l_security_group_id := FND_GLOBAL.security_group_id;

3958:
3959: l_user_id := FND_GLOBAL.user_id;
3960: l_resp_id := FND_GLOBAL.resp_id;
3961: l_appl_id := FND_GLOBAL.resp_appl_id;
3962: l_security_group_id := FND_GLOBAL.security_group_id;
3963:
3964: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_user_id : '|| l_user_id);
3965: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_resp_id : '|| l_resp_id);
3966: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF','AMS_Approval_PVT Start_Process l_appl_id : '|| l_appl_id);