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 6706: l_insthist_rec oks_ins_pvt.insv_rec_type;

6702: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
6703: -- Instance History
6704: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6705: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6706: l_insthist_rec oks_ins_pvt.insv_rec_type;
6707: x_insthist_rec oks_ins_pvt.insv_rec_type;
6708: l_warn_return_status Varchar2(1);
6709: -- plsql collections for old and new contract ids and other
6710: -- attributes

Line 6707: x_insthist_rec oks_ins_pvt.insv_rec_type;

6703: -- Instance History
6704: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6705: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6706: l_insthist_rec oks_ins_pvt.insv_rec_type;
6707: x_insthist_rec oks_ins_pvt.insv_rec_type;
6708: l_warn_return_status Varchar2(1);
6709: -- plsql collections for old and new contract ids and other
6710: -- attributes
6711: contract_number okc_datatypes.var120tabtyp;