DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PUB dependencies on STANDARD

Line 69: -- Standard Start of API savepoint

65: l_count NUMBER;
66: l_return_message VARCHAR2(100);
67:
68: BEGIN
69: -- Standard Start of API savepoint
70: SAVEPOINT create_counter_group;
71:
72: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
73:

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

72: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
73:
74: -- csi_ctr_gen_utility_pvt.check_ib_active;
75:
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call (l_api_version,
78: p_api_version,
79: l_api_name ,
80: G_PKG_NAME )

Line 327: -- Standard check of p_commit.

323: END IF;
324:
325: -- End of API body
326:
327: -- Standard check of p_commit.
328: IF FND_API.To_Boolean( p_commit ) THEN
329: COMMIT WORK;
330: END IF;
331:

Line 411: -- Standard Start of API savepoint

407: l_count NUMBER;
408: l_return_message VARCHAR2(100);
409:
410: BEGIN
411: -- Standard Start of API savepoint
412: SAVEPOINT create_item_association;
413:
414: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
415:

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

414: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
415:
416: -- csi_ctr_gen_utility_pvt.check_ib_active;
417:
418: -- Standard call to check for call compatibility.
419: IF NOT FND_API.Compatible_API_Call (l_api_version,
420: p_api_version,
421: l_api_name ,
422: G_PKG_NAME )

Line 624: -- Standard check of p_commit.

620: -- End of POST User Hooks
621:
622: -- End of API body
623:
624: -- Standard check of p_commit.
625: IF FND_API.To_Boolean( p_commit ) THEN
626: COMMIT WORK;
627: END IF;
628:

Line 716: -- Standard Start of API savepoint

712: l_count NUMBER;
713: l_return_message VARCHAR2(100);
714:
715: BEGIN
716: -- Standard Start of API savepoint
717: SAVEPOINT create_counter_template ;
718:
719: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
720:

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

719: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
720:
721: -- csi_ctr_gen_utility_pvt.check_ib_active;
722:
723: -- Standard call to check for call compatibility.
724: IF NOT FND_API.Compatible_API_Call (l_api_version,
725: p_api_version,
726: l_api_name ,
727: G_PKG_NAME )

Line 1100: -- Standard check of p_commit.

1096: -- END LOOP;
1097: END IF;
1098:
1099: -- End of API body
1100: -- Standard check of p_commit.
1101: IF FND_API.To_Boolean( p_commit ) THEN
1102: COMMIT WORK;
1103: END IF;
1104:

Line 1183: -- Standard Start of API savepoint

1179: l_count NUMBER;
1180: l_return_message VARCHAR2(100);
1181:
1182: BEGIN
1183: -- Standard Start of API savepoint
1184: SAVEPOINT create_ctr_property_template;
1185:
1186: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1187:

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

1186: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1187:
1188: -- csi_ctr_gen_utility_pvt.check_ib_active;
1189:
1190: -- Standard call to check for call compatibility.
1191: IF NOT FND_API.Compatible_API_Call (l_api_version,
1192: p_api_version,
1193: l_api_name ,
1194: G_PKG_NAME )

Line 1395: -- Standard check of p_commit.

1391: -- End of POST User Hooks
1392:
1393: -- End of API body
1394:
1395: -- Standard check of p_commit.
1396: IF FND_API.To_Boolean( p_commit ) THEN
1397: COMMIT WORK;
1398: END IF;
1399:

Line 1477: -- Standard Start of API savepoint

1473: l_count NUMBER;
1474: l_return_message VARCHAR2(100);
1475:
1476: BEGIN
1477: -- Standard Start of API savepoint
1478: SAVEPOINT create_counter_relationship;
1479:
1480: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1481:

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

1480: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1481:
1482: -- csi_ctr_gen_utility_pvt.check_ib_active;
1483:
1484: -- Standard call to check for call compatibility.
1485: IF NOT FND_API.Compatible_API_Call (l_api_version,
1486: p_api_version,
1487: l_api_name ,
1488: G_PKG_NAME )

Line 1689: -- Standard check of p_commit.

1685: -- End of POST User Hooks
1686:
1687: -- End of API body
1688:
1689: -- Standard check of p_commit.
1690: IF FND_API.To_Boolean( p_commit ) THEN
1691: COMMIT WORK;
1692: END IF;
1693:

Line 1766: -- Standard Start of API savepoint

1762: l_count NUMBER;
1763: l_return_message VARCHAR2(100);
1764:
1765: BEGIN
1766: -- Standard Start of API savepoint
1767: SAVEPOINT create_derived_filters;
1768:
1769: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1770:

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

1769: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
1770:
1771: -- csi_ctr_gen_utility_pvt.check_ib_active;
1772:
1773: -- Standard call to check for call compatibility.
1774: IF NOT FND_API.Compatible_API_Call (l_api_version,
1775: p_api_version,
1776: l_api_name ,
1777: G_PKG_NAME )

Line 1977: -- Standard check of p_commit.

1973: END;
1974: -- End of POST User Hooks
1975: -- End of API body
1976:
1977: -- Standard check of p_commit.
1978: IF FND_API.To_Boolean( p_commit ) THEN
1979: COMMIT WORK;
1980: END IF;
1981:

Line 2072: -- Standard Start of API savepoint

2068: AND counter_id IS NOT NULL
2069: AND group_id = p_counter_group_id
2070: AND inventory_item_id = p_inventory_item_id; --Modified for 6112648
2071: BEGIN
2072: -- Standard Start of API savepoint
2073: SAVEPOINT update_counter_group;
2074:
2075: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2076:

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

2075: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2076:
2077: -- csi_ctr_gen_utility_pvt.check_ib_active;
2078:
2079: -- Standard call to check for call compatibility.
2080: IF NOT FND_API.Compatible_API_Call (l_api_version,
2081: p_api_version,
2082: l_api_name ,
2083: G_PKG_NAME )

Line 2388: -- Standard check of p_commit.

2384: END IF;
2385:
2386: -- End of API body
2387:
2388: -- Standard check of p_commit.
2389: IF FND_API.To_Boolean( p_commit ) THEN
2390: COMMIT WORK;
2391: END IF;
2392:

Line 2472: -- Standard Start of API savepoint

2468: l_count NUMBER;
2469: l_return_message VARCHAR2(100);
2470:
2471: BEGIN
2472: -- Standard Start of API savepoint
2473: SAVEPOINT update_item_association;
2474:
2475: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2476:

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

2475: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2476:
2477: -- csi_ctr_gen_utility_pvt.check_ib_active;
2478:
2479: -- Standard call to check for call compatibility.
2480: IF NOT FND_API.Compatible_API_Call (l_api_version,
2481: p_api_version,
2482: l_api_name ,
2483: G_PKG_NAME )

Line 2683: -- Standard check of p_commit.

2679: END;
2680: -- End of POST User Hooks
2681: -- End of API body
2682:
2683: -- Standard check of p_commit.
2684: IF FND_API.To_Boolean( p_commit ) THEN
2685: COMMIT WORK;
2686: END IF;
2687:

Line 2775: -- Standard Start of API savepoint

2771: l_count NUMBER;
2772: l_return_message VARCHAR2(100);
2773:
2774: BEGIN
2775: -- Standard Start of API savepoint
2776: SAVEPOINT update_counter_template ;
2777:
2778: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2779:

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

2778: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
2779:
2780: -- csi_ctr_gen_utility_pvt.check_ib_active;
2781:
2782: -- Standard call to check for call compatibility.
2783: IF NOT FND_API.Compatible_API_Call (l_api_version,
2784: p_api_version,
2785: l_api_name ,
2786: G_PKG_NAME )

Line 3249: -- Standard check of p_commit.

3245: -- END LOOP;
3246: END IF;
3247:
3248: -- End of API body
3249: -- Standard check of p_commit.
3250: IF FND_API.To_Boolean( p_commit ) THEN
3251: COMMIT WORK;
3252: END IF;
3253: EXCEPTION

Line 3331: -- Standard Start of API savepoint

3327: l_count NUMBER;
3328: l_return_message VARCHAR2(100);
3329:
3330: BEGIN
3331: -- Standard Start of API savepoint
3332: SAVEPOINT update_ctr_property_template;
3333:
3334: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3335:

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

3334: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3335:
3336: -- csi_ctr_gen_utility_pvt.check_ib_active;
3337:
3338: -- Standard call to check for call compatibility.
3339: IF NOT FND_API.Compatible_API_Call (l_api_version,
3340: p_api_version,
3341: l_api_name ,
3342: G_PKG_NAME )

Line 3543: -- Standard check of p_commit.

3539: -- End of POST User Hooks
3540:
3541: -- End of API body
3542:
3543: -- Standard check of p_commit.
3544: IF FND_API.To_Boolean( p_commit ) THEN
3545: COMMIT WORK;
3546: END IF;
3547:

Line 3625: -- Standard Start of API savepoint

3621: l_count NUMBER;
3622: l_return_message VARCHAR2(100);
3623:
3624: BEGIN
3625: -- Standard Start of API savepoint
3626: SAVEPOINT update_counter_relationship;
3627:
3628: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3629:

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

3628: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3629:
3630: -- csi_ctr_gen_utility_pvt.check_ib_active;
3631:
3632: -- Standard call to check for call compatibility.
3633: IF NOT FND_API.Compatible_API_Call (l_api_version,
3634: p_api_version,
3635: l_api_name ,
3636: G_PKG_NAME )

Line 3836: -- Standard check of p_commit.

3832: END;
3833: -- End of POST User Hooks
3834: -- End of API body
3835:
3836: -- Standard check of p_commit.
3837: IF FND_API.To_Boolean( p_commit ) THEN
3838: COMMIT WORK;
3839: END IF;
3840:

Line 3918: -- Standard Start of API savepoint

3914: l_count NUMBER;
3915: l_return_message VARCHAR2(100);
3916:
3917: BEGIN
3918: -- Standard Start of API savepoint
3919: SAVEPOINT update_derived_filters;
3920:
3921: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3922:

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

3921: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
3922:
3923: -- csi_ctr_gen_utility_pvt.check_ib_active;
3924:
3925: -- Standard call to check for call compatibility.
3926: IF NOT FND_API.Compatible_API_Call (l_api_version,
3927: p_api_version,
3928: l_api_name ,
3929: G_PKG_NAME )

Line 4131: -- Standard check of p_commit.

4127: -- End of POST User Hooks
4128:
4129: -- End of API body
4130:
4131: -- Standard check of p_commit.
4132: IF FND_API.To_Boolean( p_commit ) THEN
4133: COMMIT WORK;
4134: END IF;
4135:

Line 4207: -- Standard Start of API savepoint

4203: l_count NUMBER;
4204: l_return_message VARCHAR2(100);
4205:
4206: BEGIN
4207: -- Standard Start of API savepoint
4208: SAVEPOINT create_estimation_method;
4209:
4210: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4211:

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

4210: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4211:
4212: -- csi_ctr_gen_utility_pvt.check_ib_active;
4213:
4214: -- Standard call to check for call compatibility.
4215: IF NOT FND_API.Compatible_API_Call (l_api_version,
4216: p_api_version,
4217: l_api_name ,
4218: G_PKG_NAME )

Line 4418: -- Standard check of p_commit.

4414: -- End of POST User Hooks
4415:
4416: -- End of API body
4417:
4418: -- Standard check of p_commit.
4419: IF FND_API.To_Boolean( p_commit ) THEN
4420: COMMIT WORK;
4421: END IF;
4422:

Line 4493: -- Standard Start of API savepoint

4489: l_count NUMBER;
4490: l_return_message VARCHAR2(100);
4491:
4492: BEGIN
4493: -- Standard Start of API savepoint
4494: SAVEPOINT update_estimation_method;
4495:
4496: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4497:

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

4496: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4497:
4498: -- csi_ctr_gen_utility_pvt.check_ib_active;
4499:
4500: -- Standard call to check for call compatibility.
4501: IF NOT FND_API.Compatible_API_Call (l_api_version,
4502: p_api_version,
4503: l_api_name ,
4504: G_PKG_NAME )

Line 4705: -- Standard check of p_commit.

4701: END;
4702: -- End of POST User Hooks
4703: -- End of API body
4704:
4705: -- Standard check of p_commit.
4706: IF FND_API.To_Boolean( p_commit ) THEN
4707: COMMIT WORK;
4708: END IF;
4709:

Line 4828: -- Standard Start of API savepoint

4824: l_counter_autoinst_count NUMBER := 0;
4825: l_curr_maint_org_id NUMBER;
4826: l_eam_item_type NUMBER;
4827: BEGIN
4828: -- Standard Start of API savepoint
4829: SAVEPOINT autoinstantiate_counters;
4830:
4831: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4832:

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

4831: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
4832:
4833: -- csi_ctr_gen_utility_pvt.check_ib_active;
4834:
4835: -- Standard call to check for call compatibility.
4836: IF NOT FND_API.Compatible_API_Call (l_api_version,
4837: p_api_version,
4838: l_api_name ,
4839: G_PKG_NAME )

Line 5188: -- Standard check of p_commit.

5184: END;
5185: -- End of POST User Hooks
5186: -- End of API body
5187:
5188: -- Standard check of p_commit.
5189: IF FND_API.To_Boolean( p_commit ) THEN
5190: COMMIT WORK;
5191: END IF;
5192:

Line 5330: -- Standard Start of API savepoint

5326: l_item NUMBER;
5327: l_COMMS_NL_TRACKABLE_FLAG VARCHAR2(1);
5328: l_ctr_grp_id NUMBER;
5329: BEGIN
5330: -- Standard Start of API savepoint
5331: SAVEPOINT instantiate_counters;
5332:
5333: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
5334:

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

5333: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
5334:
5335: -- csi_ctr_gen_utility_pvt.check_ib_active;
5336:
5337: -- Standard call to check for call compatibility.
5338: IF NOT FND_API.Compatible_API_Call (l_api_version,
5339: p_api_version,
5340: l_api_name ,
5341: G_PKG_NAME )

Line 5559: -- Standard check of p_commit.

5555: END;
5556: -- End of POST User Hooks
5557: -- End of API body
5558:
5559: -- Standard check of p_commit.
5560: IF FND_API.To_Boolean( p_commit ) THEN
5561: COMMIT WORK;
5562: END IF;
5563:

Line 5642: -- Standard Start of API savepoint

5638: l_count NUMBER;
5639: l_return_message VARCHAR2(100);
5640:
5641: BEGIN
5642: -- Standard Start of API savepoint
5643: SAVEPOINT delete_item_association;
5644:
5645: -- Standard call to check for call compatibility.
5646: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

5641: BEGIN
5642: -- Standard Start of API savepoint
5643: SAVEPOINT delete_item_association;
5644:
5645: -- Standard call to check for call compatibility.
5646: IF NOT FND_API.Compatible_API_Call (l_api_version,
5647: p_api_version,
5648: l_api_name ,
5649: G_PKG_NAME )

Line 5850: -- Standard check of p_commit.

5846: -- End of POST User Hooks
5847:
5848: -- End of API body
5849:
5850: -- Standard check of p_commit.
5851: IF FND_API.To_Boolean( p_commit ) THEN
5852: COMMIT WORK;
5853: END IF;
5854: