DBA Data[Home] [Help]

APPS.OKL_POPULATE_PRCENG_RESULT_PUB dependencies on FND_MSG_PUB

Line 1025: fnd_msg_pub.get(p_data => x_msg_data,

1021:
1022: --DBMS_OUTPUT.PUT_LINE('INSIDE PUB Procedure 5' || l_return_status);
1023: FOR i IN 1..x_msg_count
1024: LOOP
1025: fnd_msg_pub.get(p_data => x_msg_data,
1026: p_msg_index_out => x_msg_count,
1027: p_encoded => 'F',
1028: p_msg_index => fnd_msg_pub.g_next
1029: );

Line 1028: p_msg_index => fnd_msg_pub.g_next

1024: LOOP
1025: fnd_msg_pub.get(p_data => x_msg_data,
1026: p_msg_index_out => x_msg_count,
1027: p_encoded => 'F',
1028: p_msg_index => fnd_msg_pub.g_next
1029: );
1030: --DBMS_OUTPUT.PUT_LINE('l_msg_text = ' || x_msg_data);
1031: END LOOP;
1032:

Line 1166: fnd_msg_pub.get(p_data => x_msg_data,

1162:
1163: --DBMS_OUTPUT.PUT_LINE('INSIDE PUB Procedure 5' || l_return_status);
1164: FOR i IN 1..x_msg_count
1165: LOOP
1166: fnd_msg_pub.get(p_data => x_msg_data,
1167: p_msg_index_out => x_msg_count,
1168: p_encoded => 'F',
1169: p_msg_index => fnd_msg_pub.g_next
1170: );

Line 1169: p_msg_index => fnd_msg_pub.g_next

1165: LOOP
1166: fnd_msg_pub.get(p_data => x_msg_data,
1167: p_msg_index_out => x_msg_count,
1168: p_encoded => 'F',
1169: p_msg_index => fnd_msg_pub.g_next
1170: );
1171: --DBMS_OUTPUT.PUT_LINE('l_msg_text = ' || x_msg_data);
1172: END LOOP;
1173:

Line 1277: fnd_msg_pub.get(p_data => x_msg_data,

1273: x_srsv_rec => x_srsv_rec);
1274: --DBMS_OUTPUT.PUT_LINE('INSIDE PUB Procedure 5' || l_return_status);
1275: FOR i IN 1..x_msg_count
1276: LOOP
1277: fnd_msg_pub.get(p_data => x_msg_data,
1278: p_msg_index_out => x_msg_count,
1279: p_encoded => 'F',
1280: p_msg_index => fnd_msg_pub.g_next
1281: );

Line 1280: p_msg_index => fnd_msg_pub.g_next

1276: LOOP
1277: fnd_msg_pub.get(p_data => x_msg_data,
1278: p_msg_index_out => x_msg_count,
1279: p_encoded => 'F',
1280: p_msg_index => fnd_msg_pub.g_next
1281: );
1282: --DBMS_OUTPUT.PUT_LINE('l_msg_text = ' || x_msg_data);
1283: END LOOP;
1284: IF (l_return_status = G_RET_STS_UNEXP_ERROR) THEN

Line 2111: l_msg_count := fnd_msg_pub.count_msg;

2107: p_translate => G_FALSE,
2108: p_file_name => l_log_file_name_pre || p_transaction_number || l_log_file_name_ext ,
2109: x_return_status => l_return_status );
2110:
2111: l_msg_count := fnd_msg_pub.count_msg;
2112: Okl_Streams_Util.LOG_MESSAGE(p_msg_count => l_msg_count,
2113: p_file_name => l_log_file_name_pre || p_transaction_number || l_log_file_name_ext,
2114: x_return_status => l_return_status);
2115: