DBA Data[Home] [Help]

APPS.GML_INTORD_LOT_STS dependencies on FND_MSG_PUB

Line 348: l_count_msg := fnd_msg_pub.Count_Msg;

344: );
345:
346: IF( l_status IN ('U','E') ) THEN
347: -- API Failed. Error message must be on stack.
348: l_count_msg := fnd_msg_pub.Count_Msg;
349:
350: FOR l_loop_cnt IN 1..l_count_msg
351: LOOP
352: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

Line 352: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

348: l_count_msg := fnd_msg_pub.Count_Msg;
349:
350: FOR l_loop_cnt IN 1..l_count_msg
351: LOOP
352: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,
353: P_data => l_data,
354: P_encoded => 'F',
355: P_msg_index_out => l_dummy_cnt);
356: