DBA Data[Home] [Help]

APPS.JTF_RS_CONC_GRP_DENORM_PUB dependencies on FND_MSG_PUB

Line 70: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,

66: IF(l_return_status <> fnd_api.g_ret_sts_success)
67: THEN
68: FOR i in 1..l_msg_count
69: LOOP
70: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,
71: p_encoded => fnd_api.g_false)));
72:
73: END LOOP;
74:

Line 97: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,

93: IF(l_return_status <> fnd_api.g_ret_sts_success)
94: THEN
95: FOR i in 1..l_msg_count
96: LOOP
97: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,
98: p_encoded => fnd_api.g_false)));
99:
100: END LOOP;
101:

Line 123: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,

119: IF(l_return_status <> fnd_api.g_ret_sts_success)
120: THEN
121: FOR i in 1..l_msg_count
122: LOOP
123: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,
124: p_encoded => fnd_api.g_false)));
125:
126: END LOOP;
127:

Line 148: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,

144: IF(l_return_status <> fnd_api.g_ret_sts_success)
145: THEN
146: FOR i in 1..l_msg_count
147: LOOP
148: fnd_file.put_line(fnd_file.log, (fnd_msg_pub.get(i,
149: p_encoded => fnd_api.g_false)));
150:
151: END LOOP;
152: