DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on PO_DISTRIBUTIONS_PRINT

Line 125: l_requestor_name po_distributions_print.requestor_name%TYPE;

121: l_cancel_flag po_line_locations_all.cancel_flag%TYPE;
122: l_cancel_date po_line_locations_all.cancel_date%TYPE;
123: l_quantity_cancelled po_line_locations_all.quantity_cancelled%TYPE;
124:
125: l_requestor_name po_distributions_print.requestor_name%TYPE;
126: l_requestor_id po_distributions_print.requestor_id%TYPE;
127:
128: /* Bug 2870932 increased the size */
129: l_phone per_all_people_f.work_telephone%TYPE;

Line 126: l_requestor_id po_distributions_print.requestor_id%TYPE;

122: l_cancel_date po_line_locations_all.cancel_date%TYPE;
123: l_quantity_cancelled po_line_locations_all.quantity_cancelled%TYPE;
124:
125: l_requestor_name po_distributions_print.requestor_name%TYPE;
126: l_requestor_id po_distributions_print.requestor_id%TYPE;
127:
128: /* Bug 2870932 increased the size */
129: l_phone per_all_people_f.work_telephone%TYPE;
130: l_email_address per_all_people_f.email_address%TYPE;