DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_ACCOUNT_DIST_PVT

Line 3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;

3909: l_org_id NUMBER (15);
3910: --txl contracts specific tbl types
3911: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
3912: --ae new table types declaration
3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

Line 3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;

3910: --txl contracts specific tbl types
3911: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
3912: --ae new table types declaration
3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

Line 3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;

3911: l_tclv_tbl okl_trx_contracts_pub.tclv_tbl_type;
3912: --ae new table types declaration
3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
3919: l_tcn_id NUMBER;

Line 3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;

3912: --ae new table types declaration
3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
3919: l_tcn_id NUMBER;
3920:

Line 3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;

3913: l_tmpl_identify_tbl okl_account_dist_pvt.tmpl_identify_tbl_type;
3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
3919: l_tcn_id NUMBER;
3920:
3921: --hdr dff fields cursor

Line 3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;

3914: l_dist_info_tbl okl_account_dist_pvt.dist_info_tbl_type;
3915: l_ctxt_tbl okl_account_dist_pvt.ctxt_tbl_type;
3916: l_template_out_tbl okl_account_dist_pvt.avlv_out_tbl_type;
3917: l_amount_out_tbl okl_account_dist_pvt.amount_out_tbl_type;
3918: l_acc_gen_tbl okl_account_dist_pvt.acc_gen_tbl_type;
3919: l_tcn_id NUMBER;
3920:
3921: --hdr dff fields cursor
3922: --this cursor is to populate the

Line 4658: 'calling okl_account_dist_pvt.create_accounting_dist'

4654: THEN
4655: okl_debug_pub.log_debug
4656: (g_level_statement,
4657: l_module_name,
4658: 'calling okl_account_dist_pvt.create_accounting_dist'
4659: );
4660: END IF;
4661:
4662: okl_account_dist_pvt.create_accounting_dist

Line 4662: okl_account_dist_pvt.create_accounting_dist

4658: 'calling okl_account_dist_pvt.create_accounting_dist'
4659: );
4660: END IF;
4661:
4662: okl_account_dist_pvt.create_accounting_dist
4663: (p_api_version => l_api_version,
4664: p_init_msg_list => g_false,
4665: x_return_status => l_return_status,
4666: x_msg_count => l_msg_count,

Line 4682: 'called okl_account_dist_pvt.create_accounting_dist , return status: '

4678: THEN
4679: okl_debug_pub.log_debug
4680: (g_level_statement,
4681: l_module_name,
4682: 'called okl_account_dist_pvt.create_accounting_dist , return status: '
4683: || l_return_status
4684: );
4685: END IF;
4686: