DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on STANDARD

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

408: x_released_lines_tab(i).product_category := x_retained_lines_tab(i).product_category;
409: x_released_lines_tab(i).user_defined_fisc_class := x_retained_lines_tab(i).user_defined_fisc_class;
410: x_released_lines_tab(i).purchasing_category_id := x_retained_lines_tab(i).purchasing_category_id;
411: x_released_lines_tab(i).tax_classification_code := x_retained_lines_tab(i).tax_classification_code;
412: /* Bug 6729532 : Added code to copy the requester_id from the Standard invoice lines */
413: x_released_lines_tab(i).requester_id := x_retained_lines_tab(i).requester_id;
414:
415: -- start bug13090879
416: if l_create_awt_dists_type in ('PAYMENT', 'BOTH') then