DBA Data[Home] [Help]

APPS.PAY_PAYUSDED_XMLP_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 127: from pay_element_classifications

123: then
124: l_message := 'Error: While Selecting Classification name ....';
125: select classification_name
126: into c_classification
127: from pay_element_classifications
128: where classification_id = p_classification_id;
129: else
130: c_classification := '';
131: end if;