DBA Data[Home] [Help]

APPS.IGS_PR_VAL_POPU dependencies on IGS_PR_OU_UNIT

Line 10: -- Validate that a IGS_PR_OU_UNIT record can be created

6: */
7:
8: --
9:
10: -- Validate that a IGS_PR_OU_UNIT record can be created
11:
12: FUNCTION prgp_val_popu_pro(
13:
14: p_progression_rule_cat IN VARCHAR2 ,

Line 258: igs_pr_ou_unit popu,

254: AND pro.apply_automatically_ind = 'N'
255: UNION ALL
256: SELECT 'X'
257: FROM igs_pr_ru_ou pro,
258: igs_pr_ou_unit popu,
259: igs_pr_ou_type pot,
260: igs_fi_enc_dflt_eft etde
261: WHERE pro.progression_rule_cat = p_progression_rule_cat
262: AND pro.pra_sequence_number = p_pra_sequence_number

Line 280: IGS_PR_OU_UNIT popu,

276: SELECT 'X'
277:
278: FROM IGS_PR_RU_OU pro,
279:
280: IGS_PR_OU_UNIT popu,
281:
282:
283: IGS_PR_OU_TYPE pot,
284: