DBA Data[Home] [Help]

APPS.OKL_CS_PRINCIPAL_PAYDOWN_PVT dependencies on OKL_CASH_FLOW_OBJECTS_PUB

Line 4512: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;

4508: /*-----------------------------------------------------------------------+
4509: * | SubType Declarations
4510: * +-----------------------------------------------------------------------*/
4511:
4512: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;
4513:
4514:
4515: /*-----------------------------------------------------------------------+
4516: * | Local Variable Declarations and initializations |

Line 4563: okl_cash_flow_objects_pub.insert_cash_flow_object(p_api_version => p_api_version,

4559: lp_cfov_rec.oty_code := p_obj_type_code;
4560: lp_cfov_rec.source_table := p_src_table;
4561: lp_cfov_rec.source_id := p_src_id;
4562:
4563: okl_cash_flow_objects_pub.insert_cash_flow_object(p_api_version => p_api_version,
4564: p_init_msg_list => OKL_API.G_FALSE,
4565: x_return_status => l_return_status,
4566: x_msg_count => x_msg_count,
4567: x_msg_data => x_msg_data,

Line 5117: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;

5113: * * | Subype Declarations |
5114: * *
5115: * +-----------------------------------------------------------------------*/
5116:
5117: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;
5118: SUBTYPE cafv_rec_type IS okl_cash_flows_pub.cafv_rec_type;
5119: SUBTYPE cflv_rec_type IS okl_cash_flow_levels_pub.cflv_rec_type;
5120: SUBTYPE qcov_rec_type IS okl_trx_qte_cf_objects_pub.qcov_rec_type;
5121:

Line 5605: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;

5601: /*-----------------------------------------------------------------------+
5602: * | Subype Declarations |
5603: * +-----------------------------------------------------------------------*/
5604:
5605: SUBTYPE cfov_rec_type IS okl_cash_flow_objects_pub.cfov_rec_type;
5606: SUBTYPE cafv_rec_type IS okl_cash_flows_pub.cafv_rec_type;
5607: SUBTYPE cflv_rec_type IS okl_cash_flow_levels_pub.cflv_rec_type;
5608: SUBTYPE qcov_rec_type IS okl_trx_qte_cf_objects_pub.qcov_rec_type;
5609: