DBA Data[Home] [Help]

APPS.PER_ZA_WSP_LOOKUP dependencies on FND_LOOKUP_VALUES_PKG

Line 167: hr_utility.set_location('calling FND_LOOKUP_VALUES_PKG.INSERT_ROW',1);

163: , P_LOOKUP_CODE => P_LOOKUP_CODE
164: );
165: hr_utility.set_location('l_meaning' || l_meaning,1);
166:
167: hr_utility.set_location('calling FND_LOOKUP_VALUES_PKG.INSERT_ROW',1);
168: hr_utility.set_location('fnd_global.lookup_security_group(P_LOOKUP_TYPE,3)'|| fnd_global.lookup_security_group(P_LOOKUP_TYPE,3),1);
169:
170: /*Changes for Bug 6898734 */
171: len_desc:=length(P_DESCRIPTION);

Line 190: FND_LOOKUP_VALUES_PKG.INSERT_ROW(

186: hr_utility.set_location('After loop',1);
187:
188: /* End changes for Bug 6898734 */
189:
190: FND_LOOKUP_VALUES_PKG.INSERT_ROW(
191: X_ROWID => l_row_id,
192: X_LOOKUP_TYPE => P_LOOKUP_TYPE,
193: X_SECURITY_GROUP_ID => fnd_global.lookup_security_group(P_LOOKUP_TYPE,3),
194: X_VIEW_APPLICATION_ID => 3,