DBA Data[Home] [Help]

APPS.PN_PURGE_INTERFACE_PKG dependencies on FND_FILE

Line 16: fnd_file.put_names('PNVPURGE.log', 'PNVPURGE.out', '/sqlcom/out');

12: p_batch_name VARCHAR2) IS
13:
14: BEGIN
15:
16: fnd_file.put_names('PNVPURGE.log', 'PNVPURGE.out', '/sqlcom/out');
17:
18: if (l_Debug = 'Y') Then
19:
20: fnd_message.set_name ('PN','PN_BATCH_NAME');