DBA Data[Home] [Help]

APPS.OE_PC_CONC_REQUESTS dependencies on FND_FILE

Line 32: FND_FILE.PUT_LINE( FND_FILE.LOG, Text);

28:
29: end if;
30:
31: if g_conc_mode = 'Y' then
32: FND_FILE.PUT_LINE( FND_FILE.LOG, Text);
33: end if;
34:
35: END Put_Line;
36: