DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FDFR dependencies on IGS_RU_RULE

Line 8: p_sequence_number IN IGS_RU_RULE.sequence_number%TYPE ,

4: -- Validate if the IGS_RU_CALL.s_rule_call_cd and s_rule_type_cd
5: FUNCTION rulp_val_rul_src(
6: p_s_rule_call_cd IN IGS_RU_CALL.s_rule_call_cd%TYPE ,
7: p_s_rule_type_cd IN IGS_RU_CALL.s_rule_type_cd%TYPE ,
8: p_sequence_number IN IGS_RU_RULE.sequence_number%TYPE ,
9: p_message_name OUT NOCOPY VARCHAR2 )
10: RETURN BOOLEAN AS
11: gv_other_detail VARCHAR2(255);
12: BEGIN -- rulp_val_rul_src

Line 14: -- * Validate the IGS_RU_RULE identified by rul_sequence_number is related

10: RETURN BOOLEAN AS
11: gv_other_detail VARCHAR2(255);
12: BEGIN -- rulp_val_rul_src
13: -- * Validate the s_rule_call_cd has the s_rule_type_cd specified.
14: -- * Validate the IGS_RU_RULE identified by rul_sequence_number is related
15: -- to the IGS_RU_CALL record with the specified s_rule_call_cd
16: -- and s_rule_type
17: DECLARE
18: CURSOR c_src IS