DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_PREFERENCE_EVALUATION

Line 80: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

76: if(l_attached_public_temp_grps is NULL) then --Carry out the normal operations for private/public templates.
77:
78: l_pref_value := l_template_type||'|'||p_template_id;
79:
80: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
81: ('TC_W_TMPLT_DFLT_VAL_USR'
82: ,1
83: ,l_pref_value);
84: if ( l_exists <> 0 ) THEN

Line 98: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

94: ,null
95: ,null
96: );
97: else
98: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances
99: ('TC_W_TMPLT_DFLT_VAL_ADMIN'
100: ,1
101: ,l_pref_value);
102: if ( l_exists <> 0 ) THEN