DBA Data[Home] [Help]

APPS.OE_DEFAULTING_FWK_PUB dependencies on FND_FILE

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

43:
44: end if;
45:
46: if g_conc_mode = 'Y' then
47: FND_FILE.PUT_LINE(FND_FILE.LOG, Text);
48: end if;
49:
50: END Put_Line;
51: