DBA Data[Home] [Help]

APPS.FUN_IC_AME_WF_PKG dependencies on FUN_DIST_LINES

Line 116: fun_dist_lines dist

112: THEN
113: SELECT DISTINCT hz.party_name
114: INTO l_return_value
115: FROM hz_parties hz,
116: fun_dist_lines dist
117: WHERE hz.party_id = dist.party_id
118: AND dist.dist_id = p_dist_id;
119:
120: END IF;