DBA Data[Home] [Help]

APPS.ITG_BOAPI_WRAPPERS dependencies on FND_GLOBAL

Line 95: FND_GLOBAL.apps_initialize(

91: -- Remove FND_MSG from every package. Do it once per transaction here.
92: FND_MSG_PUB.INITIALIZE;
93:
94: /*
95: FND_GLOBAL.apps_initialize(
96: user_id => nvl(fnd_profile.value('ITG_XML_USER'),itg_x_utils.c_user_id),
97: resp_id => itg_x_utils.c_resp_id,
98: resp_appl_id => itg_x_utils.c_resp_appl_id
99: );*/

Line 101: -- po_acctions.close_po api checks for value of fnd_global.login_id

97: resp_id => itg_x_utils.c_resp_id,
98: resp_appl_id => itg_x_utils.c_resp_appl_id
99: );*/
100:
101: -- po_acctions.close_po api checks for value of fnd_global.login_id
102: -- fnd_global.apps_initialize sets it to -1,
103: -- hence calling FND_GLOBAl.INITIALIZE as a workaround.
104: -- this resolves the issue with the close_PO API failue
105: FND_GLOBAl.INITIALIZE(l_session_id,

Line 102: -- fnd_global.apps_initialize sets it to -1,

98: resp_appl_id => itg_x_utils.c_resp_appl_id
99: );*/
100:
101: -- po_acctions.close_po api checks for value of fnd_global.login_id
102: -- fnd_global.apps_initialize sets it to -1,
103: -- hence calling FND_GLOBAl.INITIALIZE as a workaround.
104: -- this resolves the issue with the close_PO API failue
105: FND_GLOBAl.INITIALIZE(l_session_id,
106: nvl(fnd_profile.value('ITG_XML_USER'),itg_x_utils.c_user_id),

Line 103: -- hence calling FND_GLOBAl.INITIALIZE as a workaround.

99: );*/
100:
101: -- po_acctions.close_po api checks for value of fnd_global.login_id
102: -- fnd_global.apps_initialize sets it to -1,
103: -- hence calling FND_GLOBAl.INITIALIZE as a workaround.
104: -- this resolves the issue with the close_PO API failue
105: FND_GLOBAl.INITIALIZE(l_session_id,
106: nvl(fnd_profile.value('ITG_XML_USER'),itg_x_utils.c_user_id),
107: itg_x_utils.c_resp_id,

Line 105: FND_GLOBAl.INITIALIZE(l_session_id,

101: -- po_acctions.close_po api checks for value of fnd_global.login_id
102: -- fnd_global.apps_initialize sets it to -1,
103: -- hence calling FND_GLOBAl.INITIALIZE as a workaround.
104: -- this resolves the issue with the close_PO API failue
105: FND_GLOBAl.INITIALIZE(l_session_id,
106: nvl(fnd_profile.value('ITG_XML_USER'),itg_x_utils.c_user_id),
107: itg_x_utils.c_resp_id,
108: itg_x_utils.c_resp_appl_id,
109: 0, -1, 1, -1, -1, -1, -1, null,null,null,null,null,null,-1);

Line 149: p_doc_owner => FND_GLOBAL.USER_ID,

145: p_tr_partner_id => itg_x_utils.g_party_id,
146: p_tr_partner_site => itg_x_utils.g_party_site_id,
147: p_resend_flag => 'N',
148: p_resend_count => 0,
149: p_doc_owner => FND_GLOBAL.USER_ID,
150: p_init_date => SYSDATE,
151: p_doc_creation_date => p_cdate,
152: p_doc_revision_date => NULL,
153: p_doc_type => p_doctyp,