DBA Data[Home] [Help]

APPS.QP_PRC_UTIL dependencies on OE_AGREEMENTS

Line 154: -- OE_AGREEMENTS.

150:
151: END Get_Hdr_Adj_Total;
152:
153: -- FUNCTION Get_Agr_Type : Queries the agreement type code from
154: -- OE_AGREEMENTS.
155:
156: FUNCTION Get_Agr_Type
157: ( p_agreement_id IN NUMBER := NULL
158: ) RETURN VARCHAR2

Line 178: FROM OE_AGREEMENTS

174: -- Query Agreement type.
175:
176: SELECT AGREEMENT_TYPE_CODE
177: INTO l_agr_type_code
178: FROM OE_AGREEMENTS
179: WHERE AGREEMENT_ID = p_agreement_id;
180:
181: oe_debug_pub.add('Exiting QP_PRC_UTIL.GET_AGR_TYPE', 1);
182: