DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on FND_GLOBAL

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

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

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

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

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

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

Line 965: l_user_id := FND_GLOBAL.user_id;

961: -- mchang: add PL/SQL security context into workfow item attributes. It could be used
962: -- later on for PL/SQL function to initialize the global context when the session
963: -- is established by workflow mailer.
964:
965: l_user_id := FND_GLOBAL.user_id;
966: l_resp_id := FND_GLOBAL.resp_id;
967: l_appl_id := FND_GLOBAL.resp_appl_id;
968: l_security_group_id := FND_GLOBAL.security_group_id;
969:

Line 966: l_resp_id := FND_GLOBAL.resp_id;

962: -- later on for PL/SQL function to initialize the global context when the session
963: -- is established by workflow mailer.
964:
965: l_user_id := FND_GLOBAL.user_id;
966: l_resp_id := FND_GLOBAL.resp_id;
967: l_appl_id := FND_GLOBAL.resp_appl_id;
968: l_security_group_id := FND_GLOBAL.security_group_id;
969:
970: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,

Line 967: l_appl_id := FND_GLOBAL.resp_appl_id;

963: -- is established by workflow mailer.
964:
965: l_user_id := FND_GLOBAL.user_id;
966: l_resp_id := FND_GLOBAL.resp_id;
967: l_appl_id := FND_GLOBAL.resp_appl_id;
968: l_security_group_id := FND_GLOBAL.security_group_id;
969:
970: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
971: itemkey => itemkey,

Line 968: l_security_group_id := FND_GLOBAL.security_group_id;

964:
965: l_user_id := FND_GLOBAL.user_id;
966: l_resp_id := FND_GLOBAL.resp_id;
967: l_appl_id := FND_GLOBAL.resp_appl_id;
968: l_security_group_id := FND_GLOBAL.security_group_id;
969:
970: WF_ENGINE.SetItemAttrNumber(itemtype => itemtype ,
971: itemkey => itemkey,
972: aname => 'USER_ID',