DBA Data[Home] [Help]

APPS.CUG_LAUNCH_WORKFLOW_PVT dependencies on STANDARD

Line 55: -- Standard start of API savepoint

51:
52: l_servereq_csr_rec l_servereq_csr%ROWTYPE;
53:
54: BEGIN
55: -- Standard start of API savepoint
56: -- SAVEPOINT launch_workflow_pvt;
57:
58:
59: -- Standard call to check for call compatibility

Line 59: -- Standard call to check for call compatibility

55: -- Standard start of API savepoint
56: -- SAVEPOINT launch_workflow_pvt;
57:
58:
59: -- Standard call to check for call compatibility
60: IF NOT FND_API.Compatible_API_Call(
61: l_api_version ,
62: p_api_version ,
63: l_api_name ,

Line 147: -- Standard check for p_commit.

143: END IF;
144:
145: -- Endof API body.
146:
147: -- Standard check for p_commit.
148:
149: IF FND_API.To_Boolean ( p_commit ) THEN
150: COMMIT WORK;
151: END IF;

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

150: COMMIT WORK;
151: END IF;
152:
153:
154: -- Standard call to get messgage count and if count is 1, get message info.
155:
156: FND_MSG_PUB.Count_And_get (
157: p_count => x_msg_count,
158: p_data => x_msg_data