DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on STANDARD

Line 9283: --Check if the Unit Scetion is not Not standard then insert/update is not allowed

9279: fnd_msg_pub.add;
9280: p_usec_enr_dead_rec.status := 'E';
9281: END IF;
9282:
9283: --Check if the Unit Scetion is not Not standard then insert/update is not allowed
9284: OPEN cur_check_ns_usec(l_n_uoo_id);
9285: FETCH cur_check_ns_usec INTO l_c_var;
9286: IF cur_check_ns_usec%NOTFOUND THEN
9287: fnd_message.set_name ( 'IGS', 'IGS_PS_NON_STD_USEC_NOT_IMP' );

Line 9864: --Check if the Unit Scetion is not Not standard then insert/update is not allowed

9860: fnd_msg_pub.add;
9861: p_usec_enr_dis_rec.status := 'E';
9862: END IF;
9863:
9864: --Check if the Unit Scetion is not Not standard then insert/update is not allowed
9865: OPEN cur_check_ns_usec(l_n_uoo_id);
9866: FETCH cur_check_ns_usec INTO l_c_var;
9867: IF cur_check_ns_usec%NOTFOUND THEN
9868: fnd_message.set_name ( 'IGS', 'IGS_PS_NON_STD_USEC_NOT_IMP' );

Line 10444: --Check if the Unit Section is not Not standard then insert/update is not allowed

10440: fnd_msg_pub.add;
10441: p_usec_ret_rec.status := 'E';
10442: END IF;
10443:
10444: --Check if the Unit Section is not Not standard then insert/update is not allowed
10445: OPEN cur_check_ns_usec(l_n_uoo_id);
10446: FETCH cur_check_ns_usec INTO l_c_var;
10447: IF cur_check_ns_usec%NOTFOUND THEN
10448: fnd_message.set_name ( 'IGS', 'IGS_PS_NON_STD_USEC_NOT_IMP' );

Line 11050: --Check if the Unit Section is not Not standard then insert/update is not allowed

11046: fnd_msg_pub.add;
11047: p_usec_ret_dtl_rec.status := 'E';
11048: END IF;
11049:
11050: --Check if the Unit Section is not Not standard then insert/update is not allowed
11051: OPEN cur_check_ns_usec(l_n_uoo_id);
11052: FETCH cur_check_ns_usec INTO l_c_var;
11053: IF cur_check_ns_usec%NOTFOUND THEN
11054: fnd_message.set_name ( 'IGS', 'IGS_PS_NON_STD_USEC_NOT_IMP' );