DBA Data[Home] [Help]

APPS.PO_AP_MERGE_GRP dependencies on FND_MSG_PUB

Line 1307: l_msg_data := FND_MSG_PUB.get

1303:
1304: IF (l_msg_count IS NOT NULL) THEN
1305: FOR i IN 1..l_msg_count LOOP
1306:
1307: l_msg_data := FND_MSG_PUB.get
1308: ( p_msg_index => i,
1309: p_encoded => 'F');
1310: PO_DEBUG.debug_stmt
1311: ( p_log_head => l_module,

Line 1428: l_msg_data := FND_MSG_PUB.get

1424:
1425: IF (l_msg_count IS NOT NULL) THEN
1426: FOR i IN 1..l_msg_count LOOP
1427:
1428: l_msg_data := FND_MSG_PUB.get
1429: ( p_msg_index => i,
1430: p_encoded => 'F');
1431: PO_DEBUG.debug_stmt
1432: ( p_log_head => l_module,