DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on PO_DISTRIBUTIONS_PRINT

Line 129: l_requestor_name po_distributions_print.requestor_name%TYPE;

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

Line 130: l_requestor_id po_distributions_print.requestor_id%TYPE;

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