DBA Data[Home] [Help]

APPS.FUN_NET_CONC_PROG_PKG dependencies on FND_API

Line 16: p_init_msg_list => FND_API.G_TRUE,

12:
13: BEGIN
14: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.create_net_batch','Before calling create batch API');
15: FUN_NET_ARAP_PKG.create_net_batch(
16: p_init_msg_list => FND_API.G_TRUE,
17: p_commit => FND_API.G_TRUE,
18: x_return_status => l_return_status,
19: x_msg_count => l_msg_count,
20: x_msg_data => l_msg_data,

Line 17: p_commit => FND_API.G_TRUE,

13: BEGIN
14: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.create_net_batch','Before calling create batch API');
15: FUN_NET_ARAP_PKG.create_net_batch(
16: p_init_msg_list => FND_API.G_TRUE,
17: p_commit => FND_API.G_TRUE,
18: x_return_status => l_return_status,
19: x_msg_count => l_msg_count,
20: x_msg_data => l_msg_data,
21: p_batch_id => p_batch_id);

Line 23: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

19: x_msg_count => l_msg_count,
20: x_msg_data => l_msg_data,
21: p_batch_id => p_batch_id);
22: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.create_net_batch','return from create batch API');
23: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
24: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.create_net_batch','Success');
25: retcode := 0;
26: ELSE
27: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.create_net_batch','Error');

Line 48: p_init_msg_list => FND_API.G_FALSE,

44:
45: BEGIN
46: retcode := 0;
47: FUN_NET_ARAP_PKG.submit_net_batch (
48: p_init_msg_list => FND_API.G_FALSE,
49: p_commit => FND_API.G_FALSE,
50: x_return_status => l_return_status,
51: x_msg_count => l_msg_count,
52: x_msg_data => l_msg_data,

Line 49: p_commit => FND_API.G_FALSE,

45: BEGIN
46: retcode := 0;
47: FUN_NET_ARAP_PKG.submit_net_batch (
48: p_init_msg_list => FND_API.G_FALSE,
49: p_commit => FND_API.G_FALSE,
50: x_return_status => l_return_status,
51: x_msg_count => l_msg_count,
52: x_msg_data => l_msg_data,
53: p_batch_id => p_batch_id);

Line 54: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

50: x_return_status => l_return_status,
51: x_msg_count => l_msg_count,
52: x_msg_data => l_msg_data,
53: p_batch_id => p_batch_id);
54: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
55: retcode := 0;
56: RETURN;
57: ELSE
58: LOOP

Line 90: p_init_msg_list => FND_API.G_TRUE,

86: BEGIN
87: retcode := 0;
88: FUN_NET_ARAP_PKG.settle_net_batch (
89: -- ***** Standard API Parameters *****
90: p_init_msg_list => FND_API.G_TRUE,
91: p_commit => FND_API.G_TRUE,
92: x_return_status => l_return_status,
93: x_msg_count => l_msg_count,
94: x_msg_data => l_msg_data,

Line 91: p_commit => FND_API.G_TRUE,

87: retcode := 0;
88: FUN_NET_ARAP_PKG.settle_net_batch (
89: -- ***** Standard API Parameters *****
90: p_init_msg_list => FND_API.G_TRUE,
91: p_commit => FND_API.G_TRUE,
92: x_return_status => l_return_status,
93: x_msg_count => l_msg_count,
94: x_msg_data => l_msg_data,
95: -- ***** Netting batch input parameters *****

Line 98: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

94: x_msg_data => l_msg_data,
95: -- ***** Netting batch input parameters *****
96: p_batch_id => p_batch_id);
97:
98: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
99: retcode := 0;
100: RETURN;
101: ELSE
102: LOOP

Line 134: p_init_msg_list => FND_API.G_TRUE,

130: BEGIN
131: retcode := 0;
132: FUN_NET_CANCEL_PKG.reverse_net_batch (
133: -- ***** Standard API Parameters *****
134: p_init_msg_list => FND_API.G_TRUE,
135: p_commit => FND_API.G_TRUE,
136: x_return_status => l_return_status,
137: x_msg_count => l_msg_count,
138: x_msg_data => l_msg_data,

Line 135: p_commit => FND_API.G_TRUE,

131: retcode := 0;
132: FUN_NET_CANCEL_PKG.reverse_net_batch (
133: -- ***** Standard API Parameters *****
134: p_init_msg_list => FND_API.G_TRUE,
135: p_commit => FND_API.G_TRUE,
136: x_return_status => l_return_status,
137: x_msg_count => l_msg_count,
138: x_msg_data => l_msg_data,
139: -- ***** Netting batch input parameters *****

Line 142: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

138: x_msg_data => l_msg_data,
139: -- ***** Netting batch input parameters *****
140: p_batch_id => p_batch_id);
141:
142: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
143: retcode := 0;
144: RETURN;
145: ELSE
146: LOOP

Line 357: p_init_msg_list => FND_API.G_TRUE,

353: NULL);
354:
355: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch','Before calling FUN_NET_ARAP_PKG.create_net_batch');
356: FUN_NET_ARAP_PKG.create_net_batch(
357: p_init_msg_list => FND_API.G_TRUE,
358: p_commit => FND_API.G_TRUE,
359: x_return_status => l_return_status,
360: x_msg_count => l_msg_count,
361: x_msg_data => l_msg_data,

Line 358: p_commit => FND_API.G_TRUE,

354:
355: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch','Before calling FUN_NET_ARAP_PKG.create_net_batch');
356: FUN_NET_ARAP_PKG.create_net_batch(
357: p_init_msg_list => FND_API.G_TRUE,
358: p_commit => FND_API.G_TRUE,
359: x_return_status => l_return_status,
360: x_msg_count => l_msg_count,
361: x_msg_data => l_msg_data,
362: p_batch_id => l_batch_id);

Line 365: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN

361: x_msg_data => l_msg_data,
362: p_batch_id => l_batch_id);
363: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch','Return FUN_NET_ARAP_PKG.create_net_batch');
364: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch','l_return_status :'||l_return_status);
365: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
366: OPEN c_batch(l_batch_id);
367: LOOP
368: FETCH c_batch INTO l_batch_id, l_batch_name, l_agreement_name, l_batch_currency, l_batch_status;
369: EXIT WHEN c_batch%NOTFOUND;