DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_CUSTOM_FUNDS_PKG

Line 3795: PO_CUSTOM_FUNDS_PKG.do_action(

3791: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Custom Funds API with Packet ID : '||l_packet_id);
3792: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Custom Funds API with Check Only Flag as : '||p_check_only_flag);
3793: END IF;
3794:
3795: PO_CUSTOM_FUNDS_PKG.do_action(
3796: p_packet_id => l_packet_id,
3797: p_check_only_flag => p_check_only_flag,
3798: x_gl_return_code => l_ext_gl_return_code);
3799: