DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on PA_EXPENDITURE_COMMENTS

Line 155: , pa_expenditure_comments com --bug 3066137

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