DBA Data[Home] [Help]

APPS.PO_DEBUG dependencies on FND_API

Line 467: p_encoded => FND_API.G_FALSE),

463: l_module := p_log_head || '.' || p_progress;
464:
465: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
466: l_msg := substrb ( FND_MSG_PUB.get(p_msg_index => i,
467: p_encoded => FND_API.G_FALSE),
468: 1, 2000 );
469:
470: -- Write the message to the concurrent program log file.
471: FND_FILE.put_line ( FND_FILE.LOG,