DBA Data[Home] [Help]

APPS.CS_SYSTEM_LINK_UTIL dependencies on STANDARD

Line 74: -- Standard check of p_commit.

70: sysdate,
71: l_link_id,
72: 1
73: );
74: -- Standard check of p_commit.
75: IF FND_API.To_Boolean( p_commit ) THEN
76: COMMIT WORK;
77: END IF;
78: END IF;

Line 151: -- Standard check of p_commit.

147: object_version_number = object_version_number + 1
148: WHERE party_id = p_party_id AND system_id = p_system_id AND end_date is null;
149:
150: x_return_status := FND_API.G_RET_STS_SUCCESS;
151: -- Standard check of p_commit.
152: IF FND_API.To_Boolean( p_commit ) THEN
153: COMMIT WORK;
154: END IF;
155: END IF;

Line 380: -- Standard check of p_commit.

376: sysdate,
377: l_link_id,
378: 1
379: );
380: -- Standard check of p_commit.
381: IF FND_API.To_Boolean( p_commit ) THEN
382: COMMIT WORK;
383: END IF;
384: END IF;

Line 457: -- Standard check of p_commit.

453: last_updated_by = G_USER,
454: object_version_number = object_version_number + 1
455: WHERE incident_id = p_service_request_id AND system_id = p_system_id AND end_date is null;
456: x_return_status := FND_API.G_RET_STS_SUCCESS;
457: -- Standard check of p_commit.
458: IF FND_API.To_Boolean( p_commit ) THEN
459: COMMIT WORK;
460: END IF;
461: END IF;