DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER dependencies on OE_CONTRACTS_UTIL

Line 543: l_result := OE_CONTRACTS_UTIL.Is_Terms_Template_Valid

539: -- call is_terms_template_valid
540: -- check for result and put msg on stack based if N
541: -- and set value of l_contract_template_id to NULL
542:
543: l_result := OE_CONTRACTS_UTIL.Is_Terms_Template_Valid
544: (p_api_version => 1.0,
545: p_init_msg_list => FND_API.G_FALSE,
546: x_return_status => l_return_status,
547: x_msg_count => l_msg_count,

Line 976: AND OE_Contracts_util.check_license = 'Y'

972: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510'
973: AND p_x_header_rec.order_type_id IS NOT NULL
974: AND p_x_header_rec.order_type_id <> FND_API.G_MISS_NUM
975: AND p_x_header_rec.operation = OE_GLOBALS.G_OPR_CREATE
976: AND OE_Contracts_util.check_license = 'Y'
977: THEN
978: p_x_header_rec.contract_template_id :=
979: Get_contract_template_id(p_x_header_rec,
980: p_old_header_rec);