DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on FND_GLOBAL

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

64: p_source_object_id => p_activity_id,
65: p_source_object_code => 'AMS_'||p_activity_type,
66: p_notes => p_note,
67: p_note_status => NULL ,
68: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
69: p_entered_date => sysdate,
70: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
71: x_jtf_note_id => l_id ,
72: p_note_type => 'AMS_APPROVAL' ,

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

66: p_notes => p_note,
67: p_note_status => NULL ,
68: p_entered_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
69: p_entered_date => sysdate,
70: p_last_updated_by => l_user , -- 1000050 , -- FND_GLOBAL.USER_ID,
71: x_jtf_note_id => l_id ,
72: p_note_type => 'AMS_APPROVAL' ,
73: p_last_update_date => SYSDATE ,
74: p_creation_date => SYSDATE ) ;

Line 471: ||l_msg_data||fnd_global.local_chr(10) ;

467: p_encoded => FND_API.G_FALSE,
468: p_data => l_msg_data,
469: p_msg_index_out => l_msg_index ) ;
470: l_final_data := l_final_data ||l_msg_index||': '
471: ||l_msg_data||fnd_global.local_chr(10) ;
472: l_cnt := l_cnt + 1 ;
473: END LOOP ;
474: x_error_msg := l_final_data;
475: WF_ENGINE.SetItemAttrText

Line 852: l_user_id := FND_GLOBAL.user_id;

848: -- mchang: add PL/SQL security context into workfow item attributes. It could be used
849: -- later on for PL/SQL function to initialize the global context when the session
850: -- is established by workflow mailer.
851:
852: l_user_id := FND_GLOBAL.user_id;
853: l_resp_id := FND_GLOBAL.resp_id;
854: l_appl_id := FND_GLOBAL.resp_appl_id;
855: l_security_group_id := FND_GLOBAL.security_group_id;
856:

Line 853: l_resp_id := FND_GLOBAL.resp_id;

849: -- later on for PL/SQL function to initialize the global context when the session
850: -- is established by workflow mailer.
851:
852: l_user_id := FND_GLOBAL.user_id;
853: l_resp_id := FND_GLOBAL.resp_id;
854: l_appl_id := FND_GLOBAL.resp_appl_id;
855: l_security_group_id := FND_GLOBAL.security_group_id;
856:
857: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,

Line 854: l_appl_id := FND_GLOBAL.resp_appl_id;

850: -- is established by workflow mailer.
851:
852: l_user_id := FND_GLOBAL.user_id;
853: l_resp_id := FND_GLOBAL.resp_id;
854: l_appl_id := FND_GLOBAL.resp_appl_id;
855: l_security_group_id := FND_GLOBAL.security_group_id;
856:
857: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
858: itemkey => itemkey,

Line 855: l_security_group_id := FND_GLOBAL.security_group_id;

851:
852: l_user_id := FND_GLOBAL.user_id;
853: l_resp_id := FND_GLOBAL.resp_id;
854: l_appl_id := FND_GLOBAL.resp_appl_id;
855: l_security_group_id := FND_GLOBAL.security_group_id;
856:
857: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
858: itemkey => itemkey,
859: aname => 'USER_ID',