DBA Data[Home] [Help]

APPS.GR_PROCESS_ORDERS dependencies on FND_MSG_PUB

Line 235: FND_MSG_PUB.Initialize;

231: /*
232: ** Initialize the message list if true
233: */
234: IF FND_API.To_Boolean(p_init_msg_list) THEN
235: FND_MSG_PUB.Initialize;
236: END IF;
237: g_report_type := 2;
238: /* Check the API version passed in matches the
239: ** internal API version.

Line 822: FND_MSG_PUB.Initialize;

818: /*
819: ** Initialize the message list if true
820: */
821: IF FND_API.To_Boolean(p_init_msg_list) THEN
822: FND_MSG_PUB.Initialize;
823: END IF;
824: /*pg_fp := utl_file.fopen('/sqlcom/log/opm115m','order1.log','w');
825: utl_file.put_line(pg_fp, 'this is a test statement');*/
826: /*

Line 1911: FND_MSG_PUB.Initialize;

1907:
1908: /* Initialize the message list if true */
1909:
1910: IF FND_API.To_Boolean(p_init_msg_list) THEN
1911: FND_MSG_PUB.Initialize;
1912: END IF;
1913:
1914: /* Check the API version passed in matches the
1915: ** internal API version.

Line 5544: FND_MSG_PUB.Add;

5540: p_token_value,
5541: FALSE);
5542: END IF;
5543:
5544: FND_MSG_PUB.Add;
5545: FND_MSG_PUB.Count_and_Get
5546: (p_count => l_msg_count,
5547: p_data => l_msg_data);
5548: FND_FILE.PUT(FND_FILE.LOG, p_message_code||' '||p_token_value);

Line 5545: FND_MSG_PUB.Count_and_Get

5541: FALSE);
5542: END IF;
5543:
5544: FND_MSG_PUB.Add;
5545: FND_MSG_PUB.Count_and_Get
5546: (p_count => l_msg_count,
5547: p_data => l_msg_data);
5548: FND_FILE.PUT(FND_FILE.LOG, p_message_code||' '||p_token_value);
5549: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);