DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_INST_CND_PUB

Line 81: --| OKC_INST_CND_PUB | | | | | |X |

77: --| CS_CTR_ASSOCIATIONS | X | | | | | |
78: --+---------------------------------+---+---+---+---+---+----------------------+
79: --| OKS_COVERAGES_PUB | | | | | |X |
80: --+---------------------------------+---+---+---+---+---+----------------------+
81: --| OKC_INST_CND_PUB | | | | | |X |
82: --+---------------------------------+---+---+---+---+---+----------------------+
83: --| OKC_K_LINES_B | X | X | X | | | |
84: --+---------------------------------+---+---+---+---+---+----------------------+
85: --| OKC_K_LINES_TL | | X | | | | |

Line 3358: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

3354: l_coverage_id NUMBER;
3355: l_ctr_grpid NUMBER;
3356: l_ctr_grp_id_template NUMBER;
3357: l_ctr_grp_id_instance NUMBER;
3358: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
3359:
3360: -- Main Begin
3361: BEGIN
3362: l_return_status := okc_api.g_ret_sts_success;

Line 4586: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

4582:
4583:
4584: l_rec OKS_BILLING_PROFILES_PUB.billing_profile_rec;
4585: l_sll_tbl_out OKS_BILLING_PROFILES_PUB.stream_level_tbl;
4586: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
4587:
4588: l_sll_tbl OKS_BILL_SCH.streamlvl_tbl;
4589: l_bil_sch_out_tbl OKS_BILL_SCH.itembillsch_tbl;
4590: l_duration Number;

Line 4782: okc_inst_cnd_pub.inst_condition

4778: l_inp_rec.chr_id := contract_id (k);
4779: l_inp_rec.cle_id := srvline_id (Line_ctr);
4780: l_inp_rec.jtot_object_code := 'OKC_K_LINE';
4781: l_inp_rec.inv_item_id := srvitm_id (Line_ctr);
4782: okc_inst_cnd_pub.inst_condition
4783: (p_api_version => 1.0,
4784: p_init_msg_list => 'T',
4785: x_return_status => l_return_status,
4786: x_msg_count => x_msg_count,