DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on IBY_FD_POST_PICP_PROGS_PVT

Line 1: PACKAGE BODY IBY_FD_POST_PICP_PROGS_PVT AS

1: PACKAGE BODY IBY_FD_POST_PICP_PROGS_PVT AS
2: /* $Header: ibyppicb.pls 120.44.12010000.6 2009/01/08 17:19:46 asarada ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'IBY_FD_POST_PICP_PROGS_PVT';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'IBY_FD_POST_PICP_PROGS_PVT';

1: PACKAGE BODY IBY_FD_POST_PICP_PROGS_PVT AS
2: /* $Header: ibyppicb.pls 120.44.12010000.6 2009/01/08 17:19:46 asarada ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'IBY_FD_POST_PICP_PROGS_PVT';
5:
6: ce_sp_access_C NUMBER := 0;
7:
8: PROCEDURE Init_Security;

Line 2203: IBY_FD_POST_PICP_PROGS_PVT.Post_Results

2199: iby_debug_pub.add(debug_msg => 'Calling Post_Results()',
2200: debug_level => FND_LOG.LEVEL_STATEMENT,
2201: module => l_Debug_Module);
2202:
2203: IBY_FD_POST_PICP_PROGS_PVT.Post_Results
2204: (
2205: p_payment_instruction_id => p_payment_instruction_id,
2206: p_newStatus => 'FORMATTED_ELECTRONIC',
2207: p_is_reprint_flag => 'N',

Line 2306: END IBY_FD_POST_PICP_PROGS_PVT;

2302:
2303: END Test_CP;
2304:
2305:
2306: END IBY_FD_POST_PICP_PROGS_PVT;
2307:
2308:
2309: