DBA Data[Home] [Help]

APPS.HZ_MATCH_RULE_COMPILE dependencies on HZ_WORD_CONDITIONS_PKG

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

13172: AND sattr.SECONDARY_ATTRIBUTE_ID = sfunc.SECONDARY_ATTRIBUTE_ID
13173: AND sfunc.FUNCTION_ID = f.FUNCTION_ID
13174: )
13175: LOOP
13176: IF HZ_WORD_CONDITIONS_PKG.is_a_cond_attrib( FUNCS.attribute_id)
13177: THEN
13178: NONE := FALSE ;
13179: l('---------POPULATE THE GLOBAL WORD CONDITION REC FOR ' || p_entity || '-------------');
13180: IF p_entity = 'PARTY'

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

13179: l('---------POPULATE THE GLOBAL WORD CONDITION REC FOR ' || p_entity || '-------------');
13180: IF p_entity = 'PARTY'
13181: THEN
13182:
13183: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_rec.'||FUNCS.attribute_name||');');
13184:
13185: ELSE
13186: l('------ Populate global condition record only if search list is not empty -----------');
13187: l(' IF p_search_list.COUNT > 0');

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

13185: ELSE
13186: l('------ Populate global condition record only if search list is not empty -----------');
13187: l(' IF p_search_list.COUNT > 0');
13188: l(' THEN') ;
13189: l(' HZ_WORD_CONDITIONS_PKG.set_gbl_condition_rec ('||FUNCS.attribute_id||','||'p_search_list(1).'||FUNCS.attribute_name||');');
13190: l('END IF ;');
13191: END IF;
13192: END IF ;
13193: END LOOP;