DBA Data[Home] [Help]

APPS.AMS_EVHRULES_PVT dependencies on AMS_SOURCECODE_PVT

Line 279: AMS_SourceCode_PVT.revoke_sourcecode(

275: RETURN;
276: END IF;
277:
278: -- otherwise revoke the old one and add the new one to ams_source_codes
279: AMS_SourceCode_PVT.revoke_sourcecode(
280: p_api_version => 1.0,
281: p_init_msg_list => FND_API.g_false,
282: p_commit => FND_API.g_false,
283: p_validation_level => FND_API.g_valid_level_full,

Line 296: AMS_SourceCode_PVT.create_sourcecode(

292: IF x_return_status <> FND_API.g_ret_sts_success THEN
293: RAISE FND_API.g_exc_error;
294: END IF;
295:
296: AMS_SourceCode_PVT.create_sourcecode(
297: p_api_version => 1.0,
298: p_init_msg_list => FND_API.g_false,
299: p_commit => FND_API.g_false,
300: p_validation_level => FND_API.g_valid_level_full,

Line 627: x_source_code := AMS_SourceCode_PVT.get_new_source_code(

623: CLOSE c_setup_id;
624: -- generate a new source code if global flag is updated and
625: -- source code is not cascaded to schedules
626: IF p_global_flag <> l_global_flag THEN
627: x_source_code := AMS_SourceCode_PVT.get_new_source_code(
628: p_object_type => 'EVEH',
629: p_custsetup_id => l_custom_setup_id,
630: p_global_flag => p_global_flag
631: );

Line 656: AMS_SourceCode_PVT.revoke_sourcecode(

652: RETURN;
653: END IF;
654:
655: -- otherwise revoke the old one and add the new one to ams_source_codes
656: AMS_SourceCode_PVT.revoke_sourcecode(
657: p_api_version => 1.0,
658: p_init_msg_list => FND_API.g_false,
659: p_commit => FND_API.g_false,
660: p_validation_level => FND_API.g_valid_level_full,

Line 673: AMS_SourceCode_PVT.create_sourcecode(

669: IF x_return_status <> FND_API.g_ret_sts_success THEN
670: RAISE FND_API.g_exc_error;
671: END IF;
672:
673: AMS_SourceCode_PVT.create_sourcecode(
674: p_api_version => 1.0,
675: p_init_msg_list => FND_API.g_false,
676: p_commit => FND_API.g_false,
677: p_validation_level => FND_API.g_valid_level_full,

Line 755: x_source_code := AMS_SourceCode_PVT.get_new_source_code(

751:
752: -- generate a new source code if global flag is updated and
753: -- source code is not cascaded to schedules
754: IF p_global_flag <> l_global_flag THEN
755: x_source_code := AMS_SourceCode_PVT.get_new_source_code(
756: p_object_type => 'EVEO',
757: p_custsetup_id => l_custom_setup_id,
758: p_global_flag => p_global_flag
759: );

Line 784: AMS_SourceCode_PVT.revoke_sourcecode(

780: RETURN;
781: END IF;
782:
783: -- otherwise revoke the old one and add the new one to ams_source_codes
784: AMS_SourceCode_PVT.revoke_sourcecode(
785: p_api_version => 1.0,
786: p_init_msg_list => FND_API.g_false,
787: p_commit => FND_API.g_false,
788: p_validation_level => FND_API.g_valid_level_full,

Line 801: AMS_SourceCode_PVT.create_sourcecode(

797: IF x_return_status <> FND_API.g_ret_sts_success THEN
798: RAISE FND_API.g_exc_error;
799: END IF;
800:
801: AMS_SourceCode_PVT.create_sourcecode(
802: p_api_version => 1.0,
803: p_init_msg_list => FND_API.g_false,
804: p_commit => FND_API.g_false,
805: p_validation_level => FND_API.g_valid_level_full,

Line 885: x_source_code := AMS_SourceCode_PVT.get_new_source_code(

881:
882: -- generate a new source code if global flag is updated and
883: -- source code is not cascaded to schedules
884: IF p_global_flag <> l_global_flag THEN
885: x_source_code := AMS_SourceCode_PVT.get_new_source_code(
886: p_object_type => 'EONE',
887: p_custsetup_id => l_custom_setup_id,
888: p_global_flag => p_global_flag
889: );

Line 914: AMS_SourceCode_PVT.revoke_sourcecode(

910: RETURN;
911: END IF;
912:
913: -- otherwise revoke the old one and add the new one to ams_source_codes
914: AMS_SourceCode_PVT.revoke_sourcecode(
915: p_api_version => 1.0,
916: p_init_msg_list => FND_API.g_false,
917: p_commit => FND_API.g_false,
918: p_validation_level => FND_API.g_valid_level_full,

Line 931: AMS_SourceCode_PVT.create_sourcecode(

927: IF x_return_status <> FND_API.g_ret_sts_success THEN
928: RAISE FND_API.g_exc_error;
929: END IF;
930:
931: AMS_SourceCode_PVT.create_sourcecode(
932: p_api_version => 1.0,
933: p_init_msg_list => FND_API.g_false,
934: p_commit => FND_API.g_false,
935: p_validation_level => FND_API.g_valid_level_full,

Line 1885: AMS_SourceCode_PVT.create_sourcecode(

1881: l_msg_data VARCHAR2(2000);
1882:
1883: BEGIN
1884:
1885: AMS_SourceCode_PVT.create_sourcecode(
1886: p_api_version => 1.0,
1887: p_init_msg_list => FND_API.g_false,
1888: p_commit => FND_API.g_false,
1889: p_validation_level => FND_API.g_valid_level_full,