DBA Data[Home] [Help]

APPS.ASO_ATTACHMENT_INT dependencies on STANDARD

Line 50: -- Standard Start of API savepoint

46: l_api_name CONSTANT VARCHAR2(30) := 'Add_Attachment';
47: l_api_version CONSTANT NUMBER := 1.0;
48: BEGIN
49:
50: -- Standard Start of API savepoint
51: SAVEPOINT Add_ATTACHMENT_PVT;
52:
53: IF NOT FND_API.Compatible_API_Call (l_api_version
54: ,P_Api_Version_Number

Line 90: -- Standard check of p_commit.

86: ,user_id => to_char(FND_GLOBAL.USER_ID)
87: );
88:
89: -- End of API body.
90: -- Standard check of p_commit.
91: IF FND_API.to_Boolean( p_commit )
92: THEN
93: COMMIT WORK;
94: END IF;

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

94: END IF;
95:
96:
97:
98: -- Standard call to get message count and if count is 1, get message info.
99: FND_MSG_PUB.Count_And_Get
100: ( p_count => x_msg_count,
101: p_data => x_msg_data
102: );

Line 168: -- Standard Start of API savepoint

164: l_quote_line_id NUMBER;
165:
166: BEGIN
167:
168: -- Standard Start of API savepoint
169: SAVEPOINT COPY_ATTACHMENTS_TO_ORDER_PVT;
170: IF NOT FND_API.Compatible_API_Call (l_api_version
171: ,P_Api_Version_Number
172: ,l_api_name

Line 245: -- Standard check of p_commit.

241: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
242: END IF;
243: END LOOP;
244:
245: -- Standard check of p_commit.
246: IF FND_API.to_Boolean( p_commit ) THEN
247: COMMIT WORK;
248: END IF;
249:

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

246: IF FND_API.to_Boolean( p_commit ) THEN
247: COMMIT WORK;
248: END IF;
249:
250: -- Standard call to get message count and if count is 1, get message info.
251: FND_MSG_PUB.Count_And_Get(
252: p_count => x_msg_count,
253: p_data => x_msg_data
254: );

Line 334: -- Standard Start of API savepoint

330: --AND a.entity_name <> 'ASO_QUOTE_HEADERS_ALL';
331:
332: BEGIN
333:
334: -- Standard Start of API savepoint
335: SAVEPOINT DELETE_ATTACHMENTS_PVT;
336:
337: IF NOT FND_API.Compatible_API_Call (l_api_version
338: ,P_Api_Version_Number

Line 451: -- Standard check of p_commit.

447: ********/
448: END LOOP;
449:
450: -- End of API body.
451: -- Standard check of p_commit.
452: IF FND_API.to_Boolean( p_commit )
453: THEN
454: COMMIT WORK;
455: END IF;

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

455: END IF;
456:
457:
458:
459: -- Standard call to get message count and if count is 1, get message info.
460: FND_MSG_PUB.Count_And_Get
461: ( p_count => x_msg_count,
462: p_data => x_msg_data
463: );

Line 555: -- Standard Start of API savepoint

551: L_API_NAME CONSTANT VARCHAR2(30) := 'Copy_Attachments';
552: L_API_VERSION CONSTANT NUMBER := 1.0;
553:
554: BEGIN
555: -- Standard Start of API savepoint
556: SAVEPOINT Copy_Attachments_Pvt;
557:
558: -- Standard call to check for call compatibility.
559: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

554: BEGIN
555: -- Standard Start of API savepoint
556: SAVEPOINT Copy_Attachments_Pvt;
557:
558: -- Standard call to check for call compatibility.
559: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
560: p_api_version,
561: L_API_NAME ,
562: G_PKG_NAME )

Line 589: -- Standard check of p_commit.

585: x_to_pk1_value => to_char(p_new_object_id),
586: x_automatically_added_flag => null,
587: x_created_by => G_USER_ID);
588:
589: -- Standard check of p_commit.
590: IF FND_API.To_Boolean(p_commit) THEN
591: COMMIT WORK;
592: END IF;
593:

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

590: IF FND_API.To_Boolean(p_commit) THEN
591: COMMIT WORK;
592: END IF;
593:
594: -- Standard call to get message count and if count is 1, get message info.
595: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
596: p_count => x_msg_count ,
597: p_data => x_msg_data);
598: