DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on STANDARD

Line 394: /* Bug 6729532 : Added code to copy the requester_id from the Standard invoice lines */

390: x_released_lines_tab(i).product_category := x_retained_lines_tab(i).product_category;
391: x_released_lines_tab(i).user_defined_fisc_class := x_retained_lines_tab(i).user_defined_fisc_class;
392: x_released_lines_tab(i).purchasing_category_id := x_retained_lines_tab(i).purchasing_category_id;
393: x_released_lines_tab(i).tax_classification_code := x_retained_lines_tab(i).tax_classification_code;
394: /* Bug 6729532 : Added code to copy the requester_id from the Standard invoice lines */
395: x_released_lines_tab(i).requester_id := x_retained_lines_tab(i).requester_id;
396:
397:
398: IF (x_released_lines_tab(i).amount >= l_max_line_amount) THEN