DBA Data[Home] [Help]

APPS.HZ_MATCH_RULE_COMPILE dependencies on HZ_WORD_CONDITIONS_PKG

Line 13232: IF HZ_WORD_CONDITIONS_PKG.is_a_cond_attrib( FUNCS.attribute_id)

13228: AND sattr.SECONDARY_ATTRIBUTE_ID = sfunc.SECONDARY_ATTRIBUTE_ID
13229: AND sfunc.FUNCTION_ID = f.FUNCTION_ID
13230: )
13231: LOOP
13232: IF HZ_WORD_CONDITIONS_PKG.is_a_cond_attrib( FUNCS.attribute_id)
13233: THEN
13234: NONE := FALSE ;
13235: l('---------POPULATE THE GLOBAL WORD CONDITION REC FOR ' || p_entity || '-------------');
13236: IF p_entity = 'PARTY'

Line 13239: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_rec.'||FUNCS.attribute_name||');');

13235: l('---------POPULATE THE GLOBAL WORD CONDITION REC FOR ' || p_entity || '-------------');
13236: IF p_entity = 'PARTY'
13237: THEN
13238:
13239: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_rec.'||FUNCS.attribute_name||');');
13240:
13241: ELSE
13242: l('------ Populate global condition record only if search list is not empty -----------');
13243: l(' IF p_search_list.COUNT > 0');

Line 13245: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_list(1).'||FUNCS.attribute_name||');');

13241: ELSE
13242: l('------ Populate global condition record only if search list is not empty -----------');
13243: l(' IF p_search_list.COUNT > 0');
13244: l(' THEN') ;
13245: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_list(1).'||FUNCS.attribute_name||');');
13246: l('END IF ;');
13247: END IF;
13248: END IF ;
13249: END LOOP;