DBA Data[Home] [Help]

APPS.PSB_WRHR_EXTRACT_PROCESS dependencies on STANDARD

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

113: WHERE data_extract_id = p_data_extract_id;
114:
115: BEGIN
116:
117: -- Standard call to check for call compatibility.
118:
119: if not FND_API.Compatible_API_Call (l_api_version,
120: p_api_version,
121: l_api_name,

Line 213: -- Standard check of p_commit.

209: p_msg_data => l_msg_data);
210:
211: END IF;
212:
213: -- Standard check of p_commit.
214: if FND_API.to_Boolean (p_commit) then
215: commit work;
216: end if;
217:

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

238: end if;
239:
240: end if;
241:
242: -- Standard call to get message count and if count is 1, get message info.
243:
244: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
245: p_data => p_msg_data);
246:

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

331: l_msg_data varchar2(2000);
332:
333: Begin
334:
335: -- Standard call to check for call compatibility.
336:
337: if not FND_API.Compatible_API_Call (l_api_version,
338: p_api_version,
339: l_api_name,

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

429: bug 3325056 end .. */
430:
431: End Loop;
432:
433: -- Standard call to get message count and if count is 1, get message info.
434:
435: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
436: p_data => p_msg_data);
437:

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

501: l_created_by number;
502:
503: Begin
504:
505: -- Standard call to check for call compatibility.
506:
507: if not FND_API.Compatible_API_Call (l_api_version,
508: p_api_version,
509: l_api_name,

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

570: WHERE c.data_extract_id = p_data_extract_id
571: AND c.organization_id = org.organization_id);
572: END IF;
573:
574: -- Standard call to get message count and if count is 1, get message info.
575:
576: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
577: p_data => p_msg_data);
578: COMMIT WORK;