DBA Data[Home] [Help]

APPS.OKL_LA_PAYMENTS_PVT dependencies on OKL_LA_SALES_TAX_PVT

Line 103: OKL_LA_SALES_TAX_PVT.validate_upfront_tax_fee(

99:
100: BEGIN
101:
102: -- Validate upfront tax fee payments
103: OKL_LA_SALES_TAX_PVT.validate_upfront_tax_fee(
104: p_api_version => p_api_version,
105: p_init_msg_list => p_init_msg_list,
106: x_return_status => x_return_status,
107: x_msg_count => x_msg_count,

Line 167: -- based on the results of OKL_LA_SALES_TAX_PVT.validate_upfront_tax_fee

163: RAISE OKL_API.G_EXCEPTION_ERROR;
164: END IF;
165:
166: -- Update status of Calculate Upfront Tax process to Complete or Error
167: -- based on the results of OKL_LA_SALES_TAX_PVT.validate_upfront_tax_fee
168: OKL_BOOK_CONTROLLER_PVT.update_book_controller_trx(
169: p_api_version => p_api_version,
170: p_init_msg_list => p_init_msg_list,
171: x_return_status => x_return_status,