DBA Data[Home] [Help]

APPS.OKL_K_PARTY_ROLES_PVT dependencies on FND_FILE

Line 9: fnd_file.put_line(fnd_file.log, s);

5: G_API_TYPE CONSTANT VARCHAR2(4) := '_PVT';
6:
7: procedure print(s in varchar2) is
8: begin
9: fnd_file.put_line(fnd_file.log, s);
10: end;
11: --------------------------------------------------------------------------------
12: -- Start of comments
13: --