DBA Data[Home] [Help]

APPS.FUN_NET_APPROVAL_WF dependencies on FND_API

Line 177: p_init_msg_list => FND_API.G_TRUE,

173: mo_global.set_policy_context('S',l_org_id);
174:
175:
176: FUN_NET_ARAP_PKG.settle_net_batch (
177: p_init_msg_list => FND_API.G_TRUE,
178: p_commit => FND_API.G_TRUE,
179: x_return_status => l_return_status,
180: x_msg_count => l_msg_count,
181: x_msg_data => l_msg_data,

Line 178: p_commit => FND_API.G_TRUE,

174:
175:
176: FUN_NET_ARAP_PKG.settle_net_batch (
177: p_init_msg_list => FND_API.G_TRUE,
178: p_commit => FND_API.G_TRUE,
179: x_return_status => l_return_status,
180: x_msg_count => l_msg_count,
181: x_msg_data => l_msg_data,
182: p_batch_id => l_batch_id);

Line 184: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

180: x_msg_count => l_msg_count,
181: x_msg_data => l_msg_data,
182: p_batch_id => l_batch_id);
183:
184: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
185: fun_net_util.Log_String(g_state_level,l_path,'Settle batch SUCCESS');
186: p_result := 'COMPLETE:Y';
187: ELSE
188: select batch_status_code into l_status from fun_net_batches_all