DBA Data[Home] [Help]

APPS.JTS_RESPONSIBILITY_PUB dependencies on STANDARD

Line 46: -- Standard Start of API savepoint

42: AND responsibility_key = p_resp_key;
43: l_found_dup VARCHAR2(1) := 'N';
44:
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT CREATE_RESPONSIBILITY_PUB;
48:
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

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

45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT CREATE_RESPONSIBILITY_PUB;
48:
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
51: p_api_version_number,
52: l_api_name,
53: G_PKG_NAME)

Line 153: -- Standard check for p_commit

149: --
150: -- End of API body.
151: --
152:
153: -- Standard check for p_commit
154: IF FND_API.to_Boolean( p_commit )
155: THEN
156: COMMIT WORK;
157: END IF;

Line 212: -- Standard Start of API savepoint

208:
209: l_resp C_RESP%ROWTYPE;
210:
211: BEGIN
212: -- Standard Start of API savepoint
213: SAVEPOINT UPDATE_RESPONSIBILITY_PUB;
214:
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

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

211: BEGIN
212: -- Standard Start of API savepoint
213: SAVEPOINT UPDATE_RESPONSIBILITY_PUB;
214:
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
217: p_api_version_number,
218: l_api_name,
219: G_PKG_NAME)

Line 312: -- Standard check for p_commit

308: --
309: -- End of API body.
310: --
311:
312: -- Standard check for p_commit
313: IF FND_API.to_Boolean( p_commit )
314: THEN
315: COMMIT WORK;
316: END IF;

Line 368: -- Standard Start of API savepoint

364: AND rule_type = p_rule_type;
365: l_found_dup VARCHAR2(1) := 'N';
366:
367: BEGIN
368: -- Standard Start of API savepoint
369: SAVEPOINT CREATE_RESP_FUNCTIONS_PUB;
370:
371: -- Standard call to check for call compatibility.
372: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

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

367: BEGIN
368: -- Standard Start of API savepoint
369: SAVEPOINT CREATE_RESP_FUNCTIONS_PUB;
370:
371: -- Standard call to check for call compatibility.
372: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
373: p_api_version_number,
374: l_api_name,
375: G_PKG_NAME)

Line 450: -- Standard check for p_commit

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

Line 503: -- Standard Start of API savepoint

499: AND rule_type = p_rule_type;
500: l_found VARCHAR2(1) := 'N';
501:
502: BEGIN
503: -- Standard Start of API savepoint
504: SAVEPOINT DELETE_RESP_FUNCTIONS_PUB;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call(l_api_version_number,

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

502: BEGIN
503: -- Standard Start of API savepoint
504: SAVEPOINT DELETE_RESP_FUNCTIONS_PUB;
505:
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
508: p_api_version_number,
509: l_api_name,
510: G_PKG_NAME)

Line 579: -- Standard check for p_commit

575: --
576: -- End of API body.
577: --
578:
579: -- Standard check for p_commit
580: IF FND_API.to_Boolean( p_commit )
581: THEN
582: COMMIT WORK;
583: END IF;