DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on PA_EXPENDITURE_COMMENTS

Line 154: , pa_expenditure_comments com --bug 3066137

150: , com.expenditure_comment --bug 3066137
151: FROM
152: pa_tasks t
153: , pa_expenditure_items i
154: , pa_expenditure_comments com --bug 3066137
155: WHERE
156: ( X_exp_class_code = 'OE'
157: /** OR i.system_linkage_function = 'ST' ) Bug fix : 2329146 **/
158: OR i.system_linkage_function IN ('ST','OT','ER','USG','PJ','INV','WIP','BTC') )