DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PUB dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37: l_org_unit_tbl csi_datastructures_pub.org_units_header_tbl;
38:
39: BEGIN
40:
41: -- Standard Start of API savepoint
42: --SAVEPOINT get_organization_unit;
43:
44: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
45:

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

45:
46: csi_utility_grp.check_ib_active;
47:
48:
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call (l_api_version,
51: p_api_version,
52: l_api_name,
53: g_pkg_name)

Line 168: -- Standard check of p_commit.

164: END IF;
165:
166: -- End of API body
167:
168: -- Standard check of p_commit.
169: /*
170: IF FND_API.To_Boolean( p_commit ) THEN
171: COMMIT WORK;
172: END IF;

Line 183: -- Standard call to get message count and if count is get message info.

179: END IF;
180: -- End disable trace
181: ****/
182:
183: -- Standard call to get message count and if count is get message info.
184: FND_MSG_PUB.Count_And_Get
185: (p_count => x_msg_count ,
186: p_data => x_msg_data
187: );

Line 266: -- Standard Start of API savepoint

262: l_ou_id_tbl csi_organization_unit_pvt.ou_id_tbl;
263:
264: BEGIN
265:
266: -- Standard Start of API savepoint
267: SAVEPOINT create_organization_unit;
268:
269: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
270:

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

270:
271: csi_utility_grp.check_ib_active;
272:
273:
274: -- Standard call to check for call compatibility.
275: IF NOT FND_API.Compatible_API_Call (l_api_version,
276: p_api_version,
277: l_api_name ,
278: g_pkg_name)

Line 367: -- Standard check of p_commit.

363:
364: -- End of API body
365:
366:
367: -- Standard check of p_commit.
368: IF FND_API.To_Boolean( p_commit ) THEN
369: COMMIT WORK;
370: END IF;
371:

Line 380: -- Standard call to get message count and if count is get message info.

376: END IF;
377: -- End disable trace
378: ****/
379:
380: -- Standard call to get message count and if count is get message info.
381: FND_MSG_PUB.Count_And_Get
382: (p_count => x_msg_count ,
383: p_data => x_msg_data
384: );

Line 460: -- Standard Start of API savepoint

456: l_ou_id_tbl csi_organization_unit_pvt.ou_id_tbl;
457:
458: BEGIN
459:
460: -- Standard Start of API savepoint
461: SAVEPOINT update_organization_unit;
462:
463: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
464:

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

464:
465: csi_utility_grp.check_ib_active;
466:
467:
468: -- Standard call to check for call compatibility.
469: IF NOT FND_API.Compatible_API_Call (l_api_version,
470: p_api_version,
471: l_api_name ,
472: g_pkg_name)

Line 557: -- Standard check of p_commit.

553: END IF;
554:
555: -- End of API body
556:
557: -- Standard check of p_commit.
558: IF FND_API.To_Boolean( p_commit ) THEN
559: COMMIT WORK;
560: END IF;
561:

Line 570: -- Standard call to get message count and if count is get message info.

566: END IF;
567: -- End disable trace
568: ****/
569:
570: -- Standard call to get message count and if count is get message info.
571: FND_MSG_PUB.Count_And_Get
572: (p_count => x_msg_count ,
573: p_data => x_msg_data
574: );

Line 644: -- Standard Start of API savepoint

640: l_msg_count NUMBER;
641: l_trace_enable_flag VARCHAR2(1) :='N';
642: BEGIN
643:
644: -- Standard Start of API savepoint
645: SAVEPOINT expire_organization_unit;
646:
647: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
648:

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

648:
649: csi_utility_grp.check_ib_active;
650:
651:
652: -- Standard call to check for call compatibility.
653: IF NOT FND_API.Compatible_API_Call (l_api_version,
654: p_api_version,
655: l_api_name ,
656: g_pkg_name)

Line 739: -- Standard check of p_commit.

735:
736:
737:
738:
739: -- Standard check of p_commit.
740: IF FND_API.To_Boolean( p_commit ) THEN
741: COMMIT WORK;
742: END IF;
743:

Line 752: -- Standard call to get message count and if count is get message info.

748: END IF;
749: -- End disable trace
750: ****/
751:
752: -- Standard call to get message count and if count is get message info.
753: FND_MSG_PUB.Count_And_Get
754: (p_count => x_msg_count ,
755: p_data => x_msg_data
756: );