DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on OKC_OPER_INST_PUB

Line 66: -- subtype masschange_request_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;

62: status_code Varchar2(50),
63: update_level Varchar2(100),
64: update_level_value Varchar2(100));
65: -- /*
66: -- subtype masschange_request_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
67: -- subtype masschange_request_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
68: -- */
69:
70: TYPE masschange_request_rec_type IS RECORD

Line 67: -- subtype masschange_request_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;

63: update_level Varchar2(100),
64: update_level_value Varchar2(100));
65: -- /*
66: -- subtype masschange_request_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
67: -- subtype masschange_request_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
68: -- */
69:
70: TYPE masschange_request_rec_type IS RECORD
71: (id Number,

Line 89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;

85:
86: TYPE ole_tbl_type IS TABLE OF ole_rec_type INDEX BY BINARY_INTEGER;
87:
88: -- /*
89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;
90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;

Line 90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;

86: TYPE ole_tbl_type IS TABLE OF ole_rec_type INDEX BY BINARY_INTEGER;
87:
88: -- /*
89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;
90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;

Line 91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;

87:
88: -- /*
89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;
90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
95: -- */

Line 92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;

88: -- /*
89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;
90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
95: -- */
96:

Line 93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;

89: -- subtype oiev_rec_type is OKC_OPER_INST_PUB.oiev_rec_type;
90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
95: -- */
96:
97:

Line 94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;

90: -- subtype oiev_tbl_type is OKC_OPER_INST_PUB.oiev_tbl_type;
91: -- subtype olev_rec_type is OKC_OPER_INST_PUB.olev_rec_type;
92: -- subtype olev_tbl_type is OKC_OPER_INST_PUB.olev_tbl_type;
93: -- subtype mrdv_rec_type is OKC_OPER_INST_PUB.mrdv_rec_type;
94: -- subtype mrdv_tbl_type is OKC_OPER_INST_PUB.mrdv_tbl_type;
95: -- */
96:
97:
98: TYPE eligible_contract_rec IS RECORD

Line 205: x_ole_tbl OUT NOCOPY OKC_OPER_INST_PUB.olev_tbl_type);

201:
202: PROCEDURE CREATE_MASSCHANGE_LINE_DTLS(p_omr_rec IN masschange_request_rec_type,
203: x_omr_id OUT NOCOPY NUMBER);
204: PROCEDURE CREATE_OPERATION_LINES (p_ole_tbl IN ole_tbl_type, --olev_tbl_type,
205: x_ole_tbl OUT NOCOPY OKC_OPER_INST_PUB.olev_tbl_type);
206:
207: PROCEDURE UPDATE_OPERATION_LINES(p_ole_id IN NUMBER,
208: p_select_yn IN VARCHAR2,
209: p_qa_check_yn IN VARCHAR2 ) ;