DBA Data[Home] [Help]

APPS.RCV_NORMALIZE_DATA_PKG dependencies on RCV_DEFAULT_PKG

Line 88: rcv_default_pkg.default_header(p_rhi_row);

84: ) IS
85: x_org_id NUMBER;
86: BEGIN --update block
87: BEGIN --exception handling block
88: rcv_default_pkg.default_header(p_rhi_row);
89: EXCEPTION
90: WHEN OTHERS THEN
91: p_rhi_row.processing_status_code := 'ERROR';
92: p_rhi_row.processing_request_id := g_request_id;

Line 115: rcv_default_pkg.default_transaction(p_rti_row);

111: p_rti_row.GROUP_ID := g_group_id;
112: END IF;
113:
114: IF (p_rti_row.validation_flag = 'Y') THEN
115: rcv_default_pkg.default_transaction(p_rti_row);
116: END IF;
117: EXCEPTION
118: WHEN OTHERS THEN
119: handle_error(p_rti_row);

Line 214: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent

210: END IF; -- BugFix 5078706
211: END IF;
212:
213: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
214: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
215: to raise an error thru rcv_default_pkg.default_rti_from_rti.
216: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
217: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
218: END IF;

Line 215: to raise an error thru rcv_default_pkg.default_rti_from_rti.

211: END IF;
212:
213: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
214: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
215: to raise an error thru rcv_default_pkg.default_rti_from_rti.
216: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
217: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
218: END IF;
219: */

Line 217: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row

213: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
214: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
215: to raise an error thru rcv_default_pkg.default_rti_from_rti.
216: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
217: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
218: END IF;
219: */
220: EXCEPTION
221: WHEN OTHERS THEN