DBA Data[Home] [Help]

APPS.PAY_PAYUSRRS_XMLP_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 51: from pay_element_classifications pec

47:
48: if p_classification_id IS NOT NULL then
49:
50: Select pec.classification_name into c_classification_name
51: from pay_element_classifications pec
52: where pec.classification_id = p_classification_id;
53: end if;
54:
55: