DBA Data[Home] [Help]

APPS.IGS_AD_ADM_REQ dependencies on IGS_RU_GEN_001

Line 1487: lv_result := igs_ru_gen_001.rulp_val_senna

1483: END IF;
1484:
1485: lv_result:= NULL;
1486: BEGIN
1487: lv_result := igs_ru_gen_001.rulp_val_senna
1488: (
1489: P_RULE_CALL_NAME => 'AD-TRK-SET',
1490: P_PERSON_ID => p_person_id,
1491: P_MESSAGE => lv_message,

Line 1522: If it fails here need to debug igs_ru_gen_001.rulp_val_senna

1518: NULL;
1519: /*
1520: No need to display in log, since has nothing to do with user defined rule
1521: but parsing and evaluation of the same through code and system defined rule
1522: If it fails here need to debug igs_ru_gen_001.rulp_val_senna
1523:
1524: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1525: fnd_message.set_token('NAME','IGS_AD_ADM_REQ.admp_get_trk_types - SQL Error is :'||SQLERRM);
1526: log_detail(FND_MESSAGE.GET);

Line 1542: IF NVL(igs_ru_gen_001.p_evaluated_part,'*') <> 'ELSE' THEN

1538: lv_exist := 'N';
1539: lv_result := substr(lv_result,(instr(lv_result,',')+2));
1540:
1541: /* This PL/SQL table is to populate the tracking types which are not a part of the ELSE condition*/
1542: IF NVL(igs_ru_gen_001.p_evaluated_part,'*') <> 'ELSE' THEN
1543: /* If the IF condition is satisfied then do not process the rule further.Hence this Flag is activated
1544: and do not populated the same tracking types again.*/
1545: lv_if_sat := 'Y';
1546: IF NVL(lv_trk_types.count,0) <> 0 THEN