DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_INST_HIST_DETAILS

Line 137: --| OKS_INST_HIST_DETAILS | | X | | | | |

133: --| OKS_INS_PVT | | | | | |X |
134: --+---------------------------------+---+---+---+---+---+----------------------+
135: --| CSI_ITEM_INSTANCES | X | | | | | |
136: --+---------------------------------+---+---+---+---+---+----------------------+
137: --| OKS_INST_HIST_DETAILS | | X | | | | |
138: --+---------------------------------+---+---+---+---+---+----------------------+
139:
140: l_hdr_id NUMBER;
141: l_line_id NUMBER;

Line 7198: INSERT INTO oks_inst_hist_details

7194: -- create instance history details
7195:
7196:
7197: FORALL i IN subline_id.FIRST .. subline_id.LAST
7198: INSERT INTO oks_inst_hist_details
7199: (ID,
7200: ins_id,
7201: transaction_date,
7202: transaction_type,

Line 7722: INSERT INTO oks_inst_hist_details

7718: -- create instance history details
7719: fnd_file.put_line(fnd_file.log,'(OKS) -> Instance History created successfully');
7720:
7721: FORALL i IN subline_id.FIRST .. subline_id.LAST
7722: INSERT INTO oks_inst_hist_details
7723: (ID,
7724: ins_id,
7725: transaction_date,
7726: transaction_type,

Line 7826: INSERT INTO oks_inst_hist_details

7822:
7823: CLOSE get_inst_hist_csr;
7824: */
7825: FORALL i IN new_subline_id.FIRST .. new_subline_id.LAST
7826: INSERT INTO oks_inst_hist_details
7827: (ID,
7828: ins_id,
7829: transaction_date,
7830: transaction_type,

Line 8197: INSERT INTO oks_inst_hist_details

8193: fnd_file.put_line(fnd_file.log,'(OKS) -> Instance History created successfully');
8194:
8195: --- create instance history details
8196: FORALL i IN subline_id.FIRST .. subline_id.LAST
8197: INSERT INTO oks_inst_hist_details
8198: (ID,
8199: ins_id,
8200: transaction_date,
8201: transaction_type,

Line 8529: INSERT INTO oks_inst_hist_details

8525: fnd_file.put_line(fnd_file.log,'(OKS) -> Instance History created successfully');
8526:
8527: --- create instance history details
8528: FORALL i IN subline_id.FIRST .. subline_id.LAST
8529: INSERT INTO oks_inst_hist_details
8530: (ID,
8531: ins_id,
8532: transaction_date,
8533: transaction_type,