DBA Data[Home] [Help]

APPS.PA_REVERSE_COSTED_LAB dependencies on PA_EXPENDITURE_COMMENTS

Line 1543: and storing it in pa_expenditure_comments table */

1539: WHERE
1540: ei.expenditure_item_id = X_exp_item_id;
1541: /* Fix for bug 2211472 */
1542: /* Adding the comment of original expenditure_item to the TRANSFERED expenditure item
1543: and storing it in pa_expenditure_comments table */
1544: BEGIN
1545: SELECT
1546: ec.expenditure_comment
1547: INTO

Line 1550: pa_expenditure_comments ec

1546: ec.expenditure_comment
1547: INTO
1548: item_comment
1549: FROM
1550: pa_expenditure_comments ec
1551: WHERE
1552: ec.expenditure_item_id = X_exp_item_id;
1553: EXCEPTION
1554: WHEN NO_DATA_FOUND THEN