DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_QUOTE_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PUB

Line 420: OKL_AM_LEASE_LOAN_TRMNT_PUB.validate_contract(

416: RAISE G_EXCEPTION_HALT_VALIDATION;
417: END IF;
418:
419: -- Call the validate contract to check contract status
420: OKL_AM_LEASE_LOAN_TRMNT_PUB.validate_contract(
421: p_api_version => p_api_version,
422: p_init_msg_list => p_init_msg_list,
423: x_return_status => l_return_status,
424: x_msg_count => x_msg_count,

Line 553: OKL_AM_LEASE_LOAN_TRMNT_PUB.validate_contract(

549:
550: -- Call the validate contract to check contract status only if not accepted
551: IF db_accepted_yn <> 'Y' THEN
552:
553: OKL_AM_LEASE_LOAN_TRMNT_PUB.validate_contract(
554: p_api_version => p_api_version,
555: p_init_msg_list => p_init_msg_list,
556: x_return_status => l_return_status,
557: x_msg_count => x_msg_count,