DBA Data[Home] [Help]

APPS.POS_ASN_NOTIF dependencies on FND_GLOBAL

Line 313: NL VARCHAR2(1) := fnd_global.newline;

309: x_total_invoice_amount NUMBER;
310: x_invoice_date date;
311: x_tax_amount NUMBER;
312: l_document1 VARCHAR2(32000) := '';
313: NL VARCHAR2(1) := fnd_global.newline;
314: x_display_type VARCHAR2(60);
315: x_buyer_user_name VARCHAR2(320);
316: x_buyer_user_displayname VARCHAR2(360);
317: l_nid NUMBER;

Line 634: NL VARCHAR2(1) := fnd_global.newline;

630: ship_to rcv_transactions_interface.ship_to_location_code%type,
631: ship_to_org org_organization_definitions.ORGANIZATION_CODE%type
632: );
633:
634: NL VARCHAR2(1) := fnd_global.newline;
635: l_document VARCHAR2(32000) := '';
636: l_asn_lines asn_lines_record;
637: x_shipment_num pos_lines_v.shipment_num%TYPE;
638: x_buyer_id NUMBER;