DBA Data[Home] [Help]

APPS.GMF_ROUTING_STEP_CALC dependencies on FND_MSG_PUB

Line 51: FND_MSG_PUB.Initialize;

47:
48: /* Clear the cache */
49: g_step_table.DELETE;
50:
51: FND_MSG_PUB.Initialize;
52:
53: /* Call the gmd procedure */
54: /**
55: * How do we tell it that we need the formula scaled up?

Line 74: FND_MSG_PUB.Get(

70: THEN
71: FOR l_loop_count IN 1..l_msg_count
72: LOOP
73:
74: FND_MSG_PUB.Get(
75: p_msg_index => l_loop_count,
76: p_data => l_data,
77: p_encoded => FND_API.G_FALSE,
78: p_msg_index_out => l_dummy_count);