DBA Data[Home] [Help]

APPS.IGS_RU_GEN_002 dependencies on IGS_RU_GEN_006

Line 25: -- IGS_RU_GEN_003 and IGS_GE_GEN_004 with IGS_RU_GEN_006

21: --
22: --Change History:
23: --Who When What
24: --Nsinha 12-Mar-2002 Bug # 2233951: Changed the reference of
25: -- IGS_RU_GEN_003 and IGS_GE_GEN_004 with IGS_RU_GEN_006
26: --
27: -------------------------------------------------------------------
28: /*
29: STRUCTURES

Line 1048: IGS_RU_GEN_006.jbsp_get_dt_picture(REPLACE(p_string,cst_space),v_date_format) = TRUE

1044: /*
1045: this assumes terminate string is same as commencement string?
1046: */
1047: IF get_string(p_string,p_rule,gv_string_terminate) = TRUE AND
1048: IGS_RU_GEN_006.jbsp_get_dt_picture(REPLACE(p_string,cst_space),v_date_format) = TRUE
1049: THEN
1050: RETURN TRUE;
1051: END IF;
1052: p_rule := v_rule;

Line 2250: v_rule := IGS_RU_GEN_006.rulp_get_rule(p_rule_number);

2246: THEN
2247: /*
2248: update RULE text if it exists
2249: */
2250: v_rule := IGS_RU_GEN_006.rulp_get_rule(p_rule_number);
2251:
2252: FOR C_RNR_REC IN C_RNR LOOP
2253: IGS_RU_NAMED_RULE_PKG.UPDATE_ROW (
2254: X_ROWID => C_RNR_REC.ROWID,