DBA Data[Home] [Help]

APPS.PAY_NL_NWR_XML_EXTRACT_PKG dependencies on PAY_ACTION_INFORMATION

Line 4: TYPE char_tab IS TABLE OF pay_action_information.action_information1%type INDEX BY BINARY_INTEGER;

1: PACKAGE BODY pay_nl_nwr_xml_extract_pkg as
2: /* $Header: pynlwrep.pkb 120.8.12010000.4 2008/09/30 06:48:07 rsahai ship $ */
3: --
4: TYPE char_tab IS TABLE OF pay_action_information.action_information1%type INDEX BY BINARY_INTEGER;
5: g_xml_nwr char_tab;
6: --
7: g_action_ctx_id NUMBER;
8: sqlstr DBMS_SQL.VARCHAR2S;

Line 191: l_data pay_action_information.action_information1%TYPE;

187: PROCEDURE load_xml_internal (P_NODE_TYPE VARCHAR2
188: ,P_NODE VARCHAR2
189: ,P_DATA VARCHAR2) AS
190: l_proc_name VARCHAR2(100);
191: l_data pay_action_information.action_information1%TYPE;
192: --
193: BEGIN
194: --
195: IF p_node_type = 'CS' THEN

Line 246: l_data pay_action_information.action_information1%TYPE;

242: --
243:
244: l_proc_name VARCHAR2(100);
245: l_tag_name VARCHAR2(500);
246: l_data pay_action_information.action_information1%TYPE;
247: l_display VARCHAR2(1);
248:
249: --
250: BEGIN