DBA Data[Home] [Help]

APPS.IRC_ITA_BUS dependencies on IRC_ITA_BUS

Line 1: Package Body irc_ita_bus as

1: Package Body irc_ita_bus as
2: /* $Header: iritarhi.pkb 120.1 2005/10/04 06:26 kthavran noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' irc_ita_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_ita_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 134: if ( nvl(irc_ita_bus.g_template_association_id, hr_api.g_number)

130: ,p_argument => 'template_association_id'
131: ,p_argument_value => p_template_association_id
132: );
133: --
134: if ( nvl(irc_ita_bus.g_template_association_id, hr_api.g_number)
135: = p_template_association_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 141: l_legislation_code := irc_ita_bus.g_legislation_code;

137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global
139: -- variable.
140: --
141: l_legislation_code := irc_ita_bus.g_legislation_code;
142: hr_utility.set_location(l_proc, 20);
143: else
144: --
145: -- The ID is different to the last call to this function

Line 165: irc_ita_bus.g_template_association_id := p_template_association_id;

161: -- Set the global variables so the values are
162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: irc_ita_bus.g_template_association_id := p_template_association_id;
166: irc_ita_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;

Line 166: irc_ita_bus.g_legislation_code := l_legislation_code;

162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: irc_ita_bus.g_template_association_id := p_template_association_id;
166: irc_ita_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;
170: end return_legislation_code;

Line 998: irc_ita_bus.chk_template_id

994:
995: --
996: -- Validate CHK_TEMPLATE_ID
997: --
998: irc_ita_bus.chk_template_id
999: (p_template_association_id => p_rec.template_association_id
1000: ,p_template_id => p_rec.template_id
1001: ,p_object_version_number => p_rec.object_version_number
1002: );

Line 1007: irc_ita_bus.chk_default_association

1003:
1004: --
1005: -- Validate CHK_DEFAULT_ASSOCIATION
1006: --
1007: irc_ita_bus.chk_default_association
1008: (p_template_association_id => p_rec.template_association_id
1009: ,p_object_version_number => p_rec.object_version_number
1010: ,p_creation_date => p_rec.start_date
1011: ,p_default_association => p_rec.default_association

Line 1017: irc_ita_bus.chk_organization_id

1013:
1014: --
1015: -- Validate CHK_ORGANIZATION_ID
1016: --
1017: irc_ita_bus.chk_organization_id
1018: (p_organization_id => p_rec.organization_id
1019: );
1020:
1021: --

Line 1024: irc_ita_bus.chk_job_id

1020:
1021: --
1022: -- Validate CHK_JOB_ID
1023: --
1024: irc_ita_bus.chk_job_id
1025: (p_job_id => p_rec.job_id
1026: );
1027:
1028: --

Line 1031: irc_ita_bus.chk_position_id

1027:
1028: --
1029: -- Validate CHK_POSITION_ID
1030: --
1031: irc_ita_bus.chk_position_id
1032: (p_position_id => p_rec.position_id
1033: );
1034:
1035: --

Line 1038: irc_ita_bus.chk_job_position_organization

1034:
1035: --
1036: -- Validate CHK_JOB_POSITION_ORGANIZATION
1037: --
1038: irc_ita_bus.chk_job_position_organization
1039: (p_job_id => p_rec.job_id
1040: ,p_organization_id => p_rec.organization_id
1041: ,p_position_id => p_rec.position_id
1042: );

Line 1047: irc_ita_bus.chk_duplicate_template_id

1043:
1044: --
1045: -- Validate CHK_JOB_POSITION_ORGANIZATION
1046: --
1047: irc_ita_bus.chk_duplicate_template_id
1048: (p_template_id => p_rec.template_id
1049: ,p_job_id => p_rec.job_id
1050: ,p_organization_id => p_rec.organization_id
1051: ,p_position_id => p_rec.position_id

Line 1058: irc_ita_bus.chk_dates

1054:
1055: --
1056: -- Validate CHK_DATES
1057: --
1058: irc_ita_bus.chk_dates
1059: (p_template_association_id => p_rec.template_association_id
1060: ,p_object_version_number => p_rec.object_version_number
1061: ,p_start_date => p_rec.start_date
1062: ,p_end_date => p_rec.end_date

Line 1096: irc_ita_bus.chk_template_id

1092:
1093: --
1094: -- Validate CHK_TEMPLATE_ID
1095: --
1096: irc_ita_bus.chk_template_id
1097: (p_template_association_id => p_rec.template_association_id
1098: ,p_template_id => p_rec.template_id
1099: ,p_object_version_number => p_rec.object_version_number
1100: );

Line 1105: irc_ita_bus.chk_default_association

1101:
1102: --
1103: -- Validate CHK_DEFAULT_ASSOCIATION
1104: --
1105: irc_ita_bus.chk_default_association
1106: (p_template_association_id => p_rec.template_association_id
1107: ,p_object_version_number => p_rec.object_version_number
1108: ,p_creation_date => p_rec.start_date
1109: ,p_default_association => p_rec.default_association

Line 1115: irc_ita_bus.chk_organization_id

1111:
1112: --
1113: -- Validate CHK_ORGANIZATION_ID
1114: --
1115: irc_ita_bus.chk_organization_id
1116: (p_organization_id => p_rec.organization_id
1117: );
1118:
1119: --

Line 1122: irc_ita_bus.chk_job_id

1118:
1119: --
1120: -- Validate CHK_JOB_ID
1121: --
1122: irc_ita_bus.chk_job_id
1123: (p_job_id => p_rec.job_id
1124: );
1125:
1126: --

Line 1129: irc_ita_bus.chk_position_id

1125:
1126: --
1127: -- Validate CHK_POSITION_ID
1128: --
1129: irc_ita_bus.chk_position_id
1130: (p_position_id => p_rec.position_id
1131: );
1132:
1133: --

Line 1136: irc_ita_bus.chk_job_position_organization

1132:
1133: --
1134: -- Validate CHK_JOB_POSITION_ORGANIZATION
1135: --
1136: irc_ita_bus.chk_job_position_organization
1137: (p_job_id => p_rec.job_id
1138: ,p_organization_id => p_rec.organization_id
1139: ,p_position_id => p_rec.position_id
1140: );

Line 1145: irc_ita_bus.chk_dates

1141:
1142: --
1143: -- Validate CHK_DATES
1144: --
1145: irc_ita_bus.chk_dates
1146: (p_template_association_id => p_rec.template_association_id
1147: ,p_object_version_number => p_rec.object_version_number
1148: ,p_start_date => p_rec.start_date
1149: ,p_end_date => p_rec.end_date

Line 1173: end irc_ita_bus;

1169: --
1170: hr_utility.set_location(' Leaving:'||l_proc, 10);
1171: End delete_validate;
1172: --
1173: end irc_ita_bus;