DBA Data[Home] [Help]

APPS.HZ_BES_BO_RAISE_PKG dependencies on HZ_BES_BO_UTIL_PKG

Line 509: HZ_BES_BO_UTIL_PKG.del_duplicate_rows;

505: This will result in duplicate rows in BOT (via populate func).
506: The duplicate rows must be deleted to proceed further.
507: */
508: LOG('delete duplicate rows from BOT');
509: HZ_BES_BO_UTIL_PKG.del_duplicate_rows;
510:
511: /*
512: . identify and populate missing links in BOT
513: 1. Figure out the start time of the concurrent program.

Line 523: HZ_BES_BO_UTIL_PKG.populate_missing_links(l_cc_start_time);

519: some times creates the records, that are not part of any event.
520: To delete such records, this creation_date column is used.
521: */
522: LOG('populate missing links');
523: HZ_BES_BO_UTIL_PKG.populate_missing_links(l_cc_start_time);
524:
525: IF G_BLK_EVT_RAISE = 'Y' THEN
526: LOG('get event id sequences for bulk event raising');
527: -- select the sequence a.k.a event ids needed

Line 918: HZ_BES_BO_UTIL_PKG.upd_bot_evtid_dt (

914:
915:
916: LOG('Updating BOT object hierarchy with event_id');
917: -- update the object hierarchy in BOT, with event id
918: HZ_BES_BO_UTIL_PKG.upd_bot_evtid_dt (
919: p_bulk_evt => l_g_bulk_type,
920: p_evt_id => NULL,
921: p_child_id => NULL ,
922: p_child_bo_code => NULL ,

Line 1355: HZ_BES_BO_UTIL_PKG.upd_bot_evtid_dt (

1351: IF l_event_name IS NOT NULL THEN
1352:
1353: LOG('Updating BOT object hierarchy with event_id');
1354: -- update the object hierarchy in BOT, with event id
1355: HZ_BES_BO_UTIL_PKG.upd_bot_evtid_dt (
1356: p_bulk_evt => l_g_bulk_type,
1357: p_evt_id => l_ids(i),
1358: p_child_id => l_pids(i),
1359: p_child_bo_code => l_bo_codes(i),

Line 1411: HZ_BES_BO_UTIL_PKG.upd_hzp_bo_ver (

1407: LOG( 'Person Customer Business Object bo_version_number is: '||G_PER_CUST_BO_VER);
1408: LOG( 'Organization Customer Business Object bo_version_number is: '||G_ORG_CUST_BO_VER);
1409: -- update the hz_parties bo_version number - so that any future
1410: -- runs of this concurrent program can figure out the event type by short circuiting
1411: HZ_BES_BO_UTIL_PKG.upd_hzp_bo_ver (
1412: p_per_bo_ver => G_PER_BO_VER, -- for passing the person bo version number
1413: p_org_bo_ver => G_ORG_BO_VER, -- for passing the org bo version number
1414: p_perc_bo_ver => G_PER_CUST_BO_VER, -- for passing the person cust bo version number
1415: p_orgc_bo_ver => G_ORG_CUST_BO_VER);-- for passing the org cust bo version number