DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT dependencies on OKL_QTE_PVT

Line 135: -- For now *** -- OKL_QTE_PVT.Validate_Trn_Code expects a value for trn_code

131: px_quot_rec.accepted_yn := G_NO;
132: -- Always NO during RESTRUCTURE quote creation
133: px_quot_rec.early_termination_yn := G_NO;
134: px_quot_rec.partial_yn := G_NO;
135: -- For now *** -- OKL_QTE_PVT.Validate_Trn_Code expects a value for trn_code
136: px_quot_rec.trn_code := 'EXP';
137:
138: IF ((px_quot_rec.date_restructure_start IS NULL) OR
139: (px_quot_rec.date_restructure_start = OKL_API.G_MISS_DATE)) THEN