DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_PUB dependencies on FND_MSG_PUB

Line 37: fnd_msg_pub.initialize;

33: -- Initialize the return status to success
34: x_return_status := 'S';
35:
36: if nvl(p_init_msg_list,'T') = 'T' then
37: fnd_msg_pub.initialize;
38: end if;
39:
40: -- Issue API savepoint if the transaction is to be committed
41: IF p_commit = 'T' THEN

Line 93: fnd_msg_pub.count_and_get(p_count => x_msg_count,

89: x_return_status := 'E';
90: End If;
91:
92:
93: fnd_msg_pub.count_and_get(p_count => x_msg_count,
94: p_data => x_msg_data);
95:
96: IF x_msg_count = 1 THEN
97: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

Line 187: fnd_msg_pub.initialize;

183: -- Initialize the return status to success
184: x_return_status := 'S';
185:
186: if nvl(p_init_msg_list,'T') = 'T' then
187: fnd_msg_pub.initialize;
188: end if;
189:
190: -- Issue API savepoint if the transaction is to be committed
191: IF p_commit = 'T' THEN

Line 272: fnd_msg_pub.count_and_get(p_count => x_msg_count,

268: ,p_msg_name => 'PA_EFFECTIVE_ED_DATE_INV');
269: x_return_status := 'E';
270: End If;
271:
272: fnd_msg_pub.count_and_get(p_count => x_msg_count,
273: p_data => x_msg_data);
274:
275: IF x_msg_count = 1 THEN
276: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

Line 354: fnd_msg_pub.initialize;

350: -- Initialize the return status to success
351: x_return_status := 'S';
352:
353: if nvl(p_init_msg_list,'T') = 'T' then
354: fnd_msg_pub.initialize;
355: end if;
356:
357: -- Issue API savepoint if the transaction is to be committed
358: IF p_commit = 'T' THEN

Line 406: fnd_msg_pub.count_and_get(p_count => x_msg_count,

402: IF (p_commit = 'T' AND x_return_status = 'S')THEN
403: COMMIT;
404: END IF;
405:
406: fnd_msg_pub.count_and_get(p_count => x_msg_count,
407: p_data => x_msg_data);
408:
409: IF x_msg_count = 1 THEN
410: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE