DBA Data[Home] [Help]

APPS.CSI_ORGANIZATION_UNIT_PVT dependencies on CSI_I_ORG_ASSIGNMENTS_H_PKG

Line 1008: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(

1004: -- Get a unique org_assignment history number from the sequence
1005: l_csi_i_org_assign_h_id := csi_org_unit_vld_pvt.get_cis_i_org_assign_h_id;
1006: l_dump_frequency_flag := 'N';
1007: -- Create a row in csi_i_org_assignment history table
1008: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(
1009: l_csi_i_org_assign_h_id
1010: ,l_instance_ou_id
1011: ,p_txn_rec.TRANSACTION_ID
1012: ,NULL

Line 1559: csi_i_org_assignments_h_pkg.update_row(

1555: FETCH org_hist_csr INTO l_org_hist_csr ;
1556: CLOSE org_hist_csr;
1557: IF l_org_hist_csr.full_dump_flag = 'Y'
1558: THEN
1559: csi_i_org_assignments_h_pkg.update_row(
1560: p_instance_ou_history_id => l_org_hist_id ,
1561: p_instance_ou_id => fnd_api.g_miss_num ,
1562: p_transaction_id => fnd_api.g_miss_num ,
1563: p_old_operating_unit_id => fnd_api.g_miss_num ,

Line 1914: csi_i_org_assignments_h_pkg.update_row(

1910: l_org_hist_csr.new_attribute15 := l_temp_org_unit_rec.attribute15;
1911: END IF;
1912: --
1913:
1914: csi_i_org_assignments_h_pkg.update_row(
1915: p_instance_ou_history_id => l_org_hist_id ,
1916: p_instance_ou_id => fnd_api.g_miss_num ,
1917: p_transaction_id => fnd_api.g_miss_num ,
1918: p_old_operating_unit_id => l_org_hist_csr.old_operating_unit_id ,

Line 2055: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(

2051: l_temp_org_unit_rec.ATTRIBUTE15 := l_org_unit_rec.ATTRIBUTE15;
2052: END IF;
2053:
2054: -- Create a row in csi_i_org_assignment history table
2055: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(
2056: l_csi_i_org_assign_h_id
2057: ,l_instance_ou_id
2058: ,p_txn_rec.TRANSACTION_ID
2059: ,l_org_unit_rec.OPERATING_UNIT_ID

Line 2314: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(

2310: END IF;
2311: --
2312:
2313: -- Create a row in csi_i_org_assignment history table
2314: CSI_I_ORG_ASSIGNMENTS_H_PKG.Insert_Row(
2315: l_csi_i_org_assign_h_id
2316: ,l_instance_ou_id
2317: ,p_txn_rec.transaction_id
2318: ,l_org_units_hist_rec.old_operating_unit_id