DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_CHECKS dependencies on HXC_PREFERENCE_EVALUATION

Line 77: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

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

Line 95: l_exists := HXC_PREFERENCE_EVALUATION.num_hierarchy_occurances

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