DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT dependencies on OKL_TRANS_CONTRACTS_PUB

Line 1004: okl_trans_contracts_pub.create_trx_contracts(p_api_version => p_api_version,

1000: populate_jrnl_hdr(p_jrnl_hdr_rec => p_jrnl_hdr_rec,
1001: x_tcnv_rec => l_tcnv_rec);
1002:
1003: -- call the public api to create the manual journal header
1004: okl_trans_contracts_pub.create_trx_contracts(p_api_version => p_api_version,
1005: p_init_msg_list => p_init_msg_list,
1006: x_return_status => lx_return_status,
1007: x_msg_count => x_msg_count,
1008: x_msg_data => x_msg_data,

Line 1124: okl_trans_contracts_pub.update_trx_contracts(p_api_version => p_api_version,

1120: populate_jrnl_hdr(p_jrnl_hdr_rec => p_jrnl_hdr_rec,
1121: x_tcnv_rec => l_tcnv_rec);
1122: l_tcnv_rec.id := p_jrnl_hdr_rec.id;
1123: -- call the public api to update the manual journal header
1124: okl_trans_contracts_pub.update_trx_contracts(p_api_version => p_api_version,
1125: p_init_msg_list => p_init_msg_list,
1126: x_return_status => lx_return_status,
1127: x_msg_count => x_msg_count,
1128: x_msg_data => x_msg_data,