DBA Data[Home] [Help]

APPS.FTE_ESTIMATE_FREIGHT_RATE dependencies on HZ_PARTIES

Line 82: select party_name from hz_parties

78: and rownum=1;
79:
80: -- Define cursor to get the carrier name
81: cursor c_get_carrier_name(p_carrier_id number) is
82: select party_name from hz_parties
83: where party_id = p_carrier_id;
84:
85: -- define cursor for global parameter for Volume
86: CURSOR c_get_volume_uom IS