DBA Data[Home] [Help]

APPS.IBE_PAYMENT_INT_PVT dependencies on FND_FILE

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

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

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

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