DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on STANDARD

Line 911: * XML standards and replace the characters

907: END get_date_time_user;
908:
909: /**************************************************
910: * Procedure to check the xml string with
911: * XML standards and replace the characters
912: * that are not legal according to the XML standard
913: * The data for the .. is checked
914: * and the replacements are
915: * & => &

Line 912: * that are not legal according to the XML standard

908:
909: /**************************************************
910: * Procedure to check the xml string with
911: * XML standards and replace the characters
912: * that are not legal according to the XML standard
913: * The data for the .. is checked
914: * and the replacements are
915: * & => &
916: * ' => '

Line 2704: -- Standard Start of API savepoint

2700:
2701: IF (l_debug = 1) THEN
2702: trace(' Passed input parameter validation, Start ' , TRACE_PROMPT, TRACE_LEVEL);
2703: END IF;
2704: -- Standard Start of API savepoint
2705: SAVEPOINT CREATE_XML_LABEL;
2706:
2707: -- Standard call to check for call compatibility.
2708: IF NOT FND_API.Compatible_API_Call

Line 2707: -- Standard call to check for call compatibility.

2703: END IF;
2704: -- Standard Start of API savepoint
2705: SAVEPOINT CREATE_XML_LABEL;
2706:
2707: -- Standard call to check for call compatibility.
2708: IF NOT FND_API.Compatible_API_Call
2709: ( l_api_version,
2710: p_api_version,
2711: l_api_name,