DBA Data[Home] [Help]

APPS.QP_FORMULA_RULES_PVT dependencies on FND_FILE

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

21:
22: end if;
23:
24: if g_conc_mode = 'Y' then
25: FND_FILE.PUT_LINE(FND_FILE.LOG, Text);
26: end if;
27:
28: END Put_Line;
29: