DBA Data[Home] [Help]

APPS.GMO_INSTRUCTION_GRP dependencies on XMLTYPE

Line 922: --This variable would hold the XML details in XMLType format.

918:
919: l_api_name CONSTANT VARCHAR2(30) := 'GET_INSTR_XML';
920: l_api_version CONSTANT NUMBER := 1.0;
921:
922: --This variable would hold the XML details in XMLType format.
923: L_INSTR_XML XMLTYPE;
924:
925: BEGIN
926: -- Standard Start of API savepoint

Line 923: L_INSTR_XML XMLTYPE;

919: l_api_name CONSTANT VARCHAR2(30) := 'GET_INSTR_XML';
920: l_api_version CONSTANT NUMBER := 1.0;
921:
922: --This variable would hold the XML details in XMLType format.
923: L_INSTR_XML XMLTYPE;
924:
925: BEGIN
926: -- Standard Start of API savepoint
927: SAVEPOINT GET_INSTR_XML_GRP;

Line 1007: --This variable would hold the XML details in XMLType format.

1003:
1004: l_api_name CONSTANT VARCHAR2(30) := 'GET_INSTR_XML';
1005: l_api_version CONSTANT NUMBER := 1.0;
1006:
1007: --This variable would hold the XML details in XMLType format.
1008: L_INSTR_XML XMLTYPE;
1009:
1010: BEGIN
1011: -- Standard Start of API savepoint

Line 1008: L_INSTR_XML XMLTYPE;

1004: l_api_name CONSTANT VARCHAR2(30) := 'GET_INSTR_XML';
1005: l_api_version CONSTANT NUMBER := 1.0;
1006:
1007: --This variable would hold the XML details in XMLType format.
1008: L_INSTR_XML XMLTYPE;
1009:
1010: BEGIN
1011: -- Standard Start of API savepoint
1012: SAVEPOINT GET_INSTR_XML_GRP;