DBA Data[Home] [Help]

APPS.ASO_COPY_TMPL_PUB dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69:
70:
71: begin
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT COPY_QUOTE_TO_TMPL;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call (
77: l_api_version_number

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

71: begin
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT COPY_QUOTE_TO_TMPL;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call (
77: l_api_version_number
78: , p_api_version_number
79: , l_api_name

Line 340: -- Standard Start of API savepoint

336:
337:
338: begin
339:
340: -- Standard Start of API savepoint
341: SAVEPOINT COPY_TMPL_HEADER;
342:
343: -- Standard call to check for call compatibility.
344: IF NOT FND_API.Compatible_API_Call (

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

339:
340: -- Standard Start of API savepoint
341: SAVEPOINT COPY_TMPL_HEADER;
342:
343: -- Standard call to check for call compatibility.
344: IF NOT FND_API.Compatible_API_Call (
345: l_api_version_number
346: , p_api_version_number
347: , l_api_name

Line 592: -- Standard Start of API savepoint

588:
589:
590: BEGIN
591:
592: -- Standard Start of API savepoint
593: SAVEPOINT COPY_TMPL_LINES;
594:
595: -- Standard call to check for call compatibility.
596: IF NOT FND_API.Compatible_API_Call (

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

591:
592: -- Standard Start of API savepoint
593: SAVEPOINT COPY_TMPL_LINES;
594:
595: -- Standard call to check for call compatibility.
596: IF NOT FND_API.Compatible_API_Call (
597: l_api_version_number
598: , p_api_version_number
599: , l_api_name

Line 1154: -- Standard check for p_commit

1150: --
1151: -- End of API body
1152: --
1153:
1154: -- Standard check for p_commit
1155: IF FND_API.to_Boolean ( p_commit ) THEN
1156: COMMIT WORK;
1157: END IF;
1158:

Line 1159: -- Standard call to get message count and if count is 1, get message info.

1155: IF FND_API.to_Boolean ( p_commit ) THEN
1156: COMMIT WORK;
1157: END IF;
1158:
1159: -- Standard call to get message count and if count is 1, get message info.
1160: FND_MSG_PUB.Count_And_Get (
1161: p_count => x_msg_count
1162: , p_data => x_msg_data
1163: );