DBA Data[Home] [Help]

APPS.IGS_GR_GRD_LGCY_PUB dependencies on STANDARD

Line 118: --Standard start of API savepoint

114:
115: WARN_TYPE_ERR EXCEPTION;
116:
117: BEGIN
118: --Standard start of API savepoint
119: SAVEPOINT create_graduand;
120:
121: --Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call(

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

117: BEGIN
118: --Standard start of API savepoint
119: SAVEPOINT create_graduand;
120:
121: --Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call(
123: l_api_version,
124: p_api_version,
125: l_api_name,

Line 309: --Standard check of p_commit.

305: --End of call to VALIDATE_POST_GRADUAND
306:
307: --THE CODE LOGIC ENDS HERE
308:
309: --Standard check of p_commit.
310: IF FND_API.to_Boolean(p_commit) THEN
311: commit;
312: END IF;
313: