DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_PS_USEC_ACCTS

Line 221: CURSOR cur_ps_usec_accts (cp_uoo_id igs_ps_usec_accts.uoo_id%TYPE)

217:
218: --
219: --Get the Segment Values for the Unit Section Entity
220: --
221: CURSOR cur_ps_usec_accts (cp_uoo_id igs_ps_usec_accts.uoo_id%TYPE)
222: IS
223: SELECT segment_num,segment_value
224: FROM igs_ps_usec_accts
225: WHERE uoo_id = cp_uoo_id;

Line 224: FROM igs_ps_usec_accts

220: --
221: CURSOR cur_ps_usec_accts (cp_uoo_id igs_ps_usec_accts.uoo_id%TYPE)
222: IS
223: SELECT segment_num,segment_value
224: FROM igs_ps_usec_accts
225: WHERE uoo_id = cp_uoo_id;
226:
227: --
228: --Get the Segment Values for the Organization Entity