DBA Data[Home] [Help]

APPS.OKC_PRICE_PUB dependencies on OKC_TIME_UTIL_PUB

Line 843: OKC_TIME_UTIL_PUB.GET_DURATION (

839: x_Contract_line_rec.Bill_to_id := get_line_rule(p_contract_line_id,'BTO',G_JTF_Billto);
840: x_Contract_line_rec.Ship_to_id := get_line_rule(p_contract_line_id,'STO',G_JTF_Shipto);
841:
842: /*** Do we need this ?? Probably not ***/
843: OKC_TIME_UTIL_PUB.GET_DURATION (
844: p_start_date => x_Contract_line_rec.start_date ,
845: p_end_date => x_Contract_line_rec.end_date ,
846: x_duration => x_contract_line_rec.item_qty,
847: x_timeunit => x_contract_line_rec.item_uom_code,