DBA Data[Home] [Help]

APPS.IBE_PAYMENT_INT_PVT dependencies on FND_FILE

Line 664: FND_FILE.PUT_LINE(FND_FILE.LOG,p_debug_str);

660: PROCEDURE print_debug_log(p_debug_str IN VARCHAR2) IS
661:
662: BEGIN
663:
664: FND_FILE.PUT_LINE(FND_FILE.LOG,p_debug_str);
665: IBE_UTIL.debug(p_debug_str);
666:
667: END print_Debug_Log;
668:

Line 671: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,p_message);

667: END print_Debug_Log;
668:
669: PROCEDURE print_output(p_message IN VARCHAR2) IS
670: BEGIN
671: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,p_message);
672: END print_Output;
673:
674:
675: PROCEDURE mig_exp_checkout_pay_setup(errbuf OUT NOCOPY VARCHAR2,