DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PUB dependencies on CSI_UTILITY_GRP

Line 46: csi_utility_grp.check_ib_active;

42: --SAVEPOINT get_organization_unit;
43:
44: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
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,

Line 271: csi_utility_grp.check_ib_active;

267: SAVEPOINT create_organization_unit;
268:
269: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
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,

Line 465: csi_utility_grp.check_ib_active;

461: SAVEPOINT update_organization_unit;
462:
463: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
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,

Line 649: csi_utility_grp.check_ib_active;

645: SAVEPOINT expire_organization_unit;
646:
647: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
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,