DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on OP_CUST_MST

Line 455: l_customer_no op_cust_mst.cust_no%TYPE;

451: /************************
452: * Local Variables *
453: ************************/
454:
455: l_customer_no op_cust_mst.cust_no%TYPE;
456:
457: /****************
458: * Cursors *
459: ****************/

Line 467: FROM op_cust_mst

463: p_cust_id IN NUMBER
464: )
465: IS
466: SELECT cust_no
467: FROM op_cust_mst
468: WHERE cust_id = p_cust_id;
469:
470: BEGIN
471:

Line 6568: l_customer_no OP_CUST_MST.cust_no%TYPE;

6564: x_order_tbl my_order_tbl;
6565:
6566: l_inventory_item_id MTL_SYSTEM_ITEMS_B.inventory_item_id%TYPE;
6567: l_item MTL_ITEM_FLEXFIELDS.item_number%TYPE;
6568: l_customer_no OP_CUST_MST.cust_no%TYPE;
6569: l_vendor_site_id PO_VEND_MST.of_vendor_site_id%TYPE;
6570: l_taxauth_code TX_TAXA_MST.taxauth_code%TYPE;
6571: l_Charge_code OP_CHRG_MST.Charge_code%TYPE;
6572: l_routing_no GMD_ROUTINGS_B.routing_no%TYPE;