DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_INS_PVT

Line 133: --| OKS_INS_PVT | | | | | |X |

129: --| OKS_WF_K_PROCESS_PVT | | | | | |X |
130: --+---------------------------------+---+---+---+---+---+----------------------+
131: --| OKS_IHD_PVT | | | | | |X |
132: --+---------------------------------+---+---+---+---+---+----------------------+
133: --| OKS_INS_PVT | | | | | |X |
134: --+---------------------------------+---+---+---+---+---+----------------------+
135: --| CSI_ITEM_INSTANCES | X | | | | | |
136: --+---------------------------------+---+---+---+---+---+----------------------+
137: --| OKS_INST_HIST_DETAILS | | X | | | | |

Line 6689: l_insthist_rec oks_ins_pvt.insv_rec_type;

6685: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
6686: -- Instance History
6687: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6688: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6689: l_insthist_rec oks_ins_pvt.insv_rec_type;
6690: x_insthist_rec oks_ins_pvt.insv_rec_type;
6691: l_warn_return_status Varchar2(1);
6692: -- plsql collections for old and new contract ids and other
6693: -- attributes

Line 6690: x_insthist_rec oks_ins_pvt.insv_rec_type;

6686: -- Instance History
6687: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6688: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6689: l_insthist_rec oks_ins_pvt.insv_rec_type;
6690: x_insthist_rec oks_ins_pvt.insv_rec_type;
6691: l_warn_return_status Varchar2(1);
6692: -- plsql collections for old and new contract ids and other
6693: -- attributes
6694: contract_number okc_datatypes.var120tabtyp;