DBA Data[Home] [Help]

APPS.EGO_UCCNET_EVENTS_PVT dependencies on STANDARD

Line 31: -- Standard start of API savepoint

27: l_return_status VARCHAR2(1) := G_MISS_CHAR;
28: l_msg_count NUMBER := 0;
29:
30: BEGIN
31: -- Standard start of API savepoint
32: SAVEPOINT Update_Disposition_PVT;
33:
34: x_return_status := G_RET_STS_SUCCESS;
35:

Line 53: -- Standard check of p_commit

49: SET DISPOSITION_CODE = p_disposition_code,
50: DISPOSITION_DATE = p_disposition_date
51: WHERE cln_id = p_cln_id;
52:
53: -- Standard check of p_commit
54: IF FND_API.To_Boolean(p_commit) THEN
55: COMMIT WORK;
56: END IF;
57:

Line 102: -- Standard start of API savepoint

98: l_return_status VARCHAR2(1) := G_MISS_CHAR;
99: l_msg_count NUMBER := 0;
100:
101: BEGIN
102: -- Standard start of API savepoint
103: SAVEPOINT Set_Collaboration_Id_PVT;
104:
105: x_return_status := G_RET_STS_SUCCESS;
106:

Line 125: -- Standard check of p_commit

121: WHERE batch_id = p_batch_id
122: AND subbatch_id = p_subbatch_id
123: AND top_gtin = p_top_gtin;
124:
125: -- Standard check of p_commit
126: IF FND_API.To_Boolean(p_commit) THEN
127: COMMIT WORK;
128: END IF;
129:

Line 170: -- Standard start of API savepoint

166: l_return_status VARCHAR2(1) := G_MISS_CHAR;
167: l_msg_count NUMBER := 0;
168:
169: BEGIN
170: -- Standard start of API savepoint
171: SAVEPOINT Add_Additional_CIC_Info_PVT;
172:
173: x_return_status := G_RET_STS_SUCCESS;
174:

Line 211: -- Standard check of p_commit

207: ,sysdate
208: ,fnd_global.login_id
209: );
210:
211: -- Standard check of p_commit
212: IF FND_API.To_Boolean(p_commit) THEN
213: COMMIT WORK;
214: END IF;
215: