DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on STANDARD

Line 850: * XML standards and replace the characters

846: END get_date_time_user;
847:
848: /**************************************************
849: * Procedure to check the xml string with
850: * XML standards and replace the characters
851: * that are not legal according to the XML standard
852: * The data for the .. is checked
853: * and the replacements are
854: * & => &

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

847:
848: /**************************************************
849: * Procedure to check the xml string with
850: * XML standards and replace the characters
851: * that are not legal according to the XML standard
852: * The data for the .. is checked
853: * and the replacements are
854: * & => &
855: * ' => '

Line 2635: -- Standard Start of API savepoint

2631:
2632: IF (l_debug = 1) THEN
2633: trace(' Passed input parameter validation, Start ' , TRACE_PROMPT, TRACE_LEVEL);
2634: END IF;
2635: -- Standard Start of API savepoint
2636: SAVEPOINT CREATE_XML_LABEL;
2637:
2638: -- Standard call to check for call compatibility.
2639: IF NOT FND_API.Compatible_API_Call

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

2634: END IF;
2635: -- Standard Start of API savepoint
2636: SAVEPOINT CREATE_XML_LABEL;
2637:
2638: -- Standard call to check for call compatibility.
2639: IF NOT FND_API.Compatible_API_Call
2640: ( l_api_version,
2641: p_api_version,
2642: l_api_name,