DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on OZF_FUNDS_ALL_B_INT

Line 4012: All fund records will get inserted into OZF_FUNDS_ALL_B_INT table and processed to

4008: OZF_UTILITY_PVT.debug_message('Earned Amount: ' || px_ozf_funds_new_tbl(i).EARNED_AMT);
4009: END IF;
4010:
4011: /*Bug#9614703
4012: All fund records will get inserted into OZF_FUNDS_ALL_B_INT table and processed to
4013: main table via concurrent prgm 'OZF: Update Budgets from Interface Tables'*/
4014:
4015: /*OPEN c_mc_record(l_fund_id);
4016: FETCH c_mc_record INTO l_mc_record_id, l_mc_obj_number;

Line 4175: INSERT INTO OZF_FUNDS_ALL_B_INT

4171: */
4172:
4173: insrt_count := insrt_count + 1;
4174:
4175: INSERT INTO OZF_FUNDS_ALL_B_INT
4176: (
4177: RESALE_BATCH_ID,
4178: BATCH_TYPE,
4179: REQUEST_ID,

Line 4245: ozf_utility_pvt.write_conc_log('insrt_count of OZF_FUNDS_ALL_B_INT: ' || insrt_count);

4241: -- END IF;
4242: END LOOP; -- End of (px_ozf_funds_new_tbl loop)
4243:
4244: IF G_DEBUG THEN
4245: ozf_utility_pvt.write_conc_log('insrt_count of OZF_FUNDS_ALL_B_INT: ' || insrt_count);
4246: END IF;
4247:
4248:
4249: --IF insrt_count > 0 THEN