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 3363: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

3359: l_coverage_id NUMBER;
3360: l_ctr_grpid NUMBER;
3361: l_ctr_grp_id_template NUMBER;
3362: l_ctr_grp_id_instance NUMBER;
3363: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
3364:
3365: -- Main Begin
3366: BEGIN
3367: l_return_status := okc_api.g_ret_sts_success;

Line 4591: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

4587:
4588:
4589: l_rec OKS_BILLING_PROFILES_PUB.billing_profile_rec;
4590: l_sll_tbl_out OKS_BILLING_PROFILES_PUB.stream_level_tbl;
4591: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
4592:
4593: l_sll_tbl OKS_BILL_SCH.streamlvl_tbl;
4594: l_bil_sch_out_tbl OKS_BILL_SCH.itembillsch_tbl;
4595: l_duration Number;

Line 4787: okc_inst_cnd_pub.inst_condition

4783: l_inp_rec.chr_id := contract_id (k);
4784: l_inp_rec.cle_id := srvline_id (Line_ctr);
4785: l_inp_rec.jtot_object_code := 'OKC_K_LINE';
4786: l_inp_rec.inv_item_id := srvitm_id (Line_ctr);
4787: okc_inst_cnd_pub.inst_condition
4788: (p_api_version => 1.0,
4789: p_init_msg_list => 'T',
4790: x_return_status => l_return_status,
4791: x_msg_count => x_msg_count,