DBA Data[Home] [Help]

APPS.HZ_BES_BO_RAISE_PKG dependencies on HZ_BES_BO_SITE_UTIL_PKG

Line 612: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_PER_BO_CODE);

608: Update the GT with event type based on the above query.
609: */
610: -- bo_complete_check() deletes all the incomplete Person BO records from GT
611: LOG('completness check for Person BO');
612: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_PER_BO_CODE);
613: /*
614: -- debug code start
615: OPEN c_bo_gt_debug2(G_PER_BO_CODE);
616: FETCH c_bo_gt_debug2 BULK COLLECT INTO l_ids, l_ids2, l_evts ;

Line 628: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_PER_BO_CODE);

624: */
625: -- bo_event_check() updates all the Person BO recs in GT
626: -- that are complete and are candiates for update event.
627: LOG('event type check for Person BO');
628: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_PER_BO_CODE);
629: /*
630:
631: -- debug code start
632: OPEN c_bo_gt_debug2(G_PER_BO_CODE);

Line 659: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_ORG_BO_CODE);

655: */
656:
657: -- bo_complete_check() deletes all the incomplete Org bo records from GT
658: LOG('completness check for Org BO');
659: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_ORG_BO_CODE);
660: /* -- debug code start
661: OPEN c_bo_gt_debug2(G_ORG_BO_CODE);
662: FETCH c_bo_gt_debug2 BULK COLLECT INTO l_ids, l_ids2, l_evts ;
663: CLOSE c_bo_gt_debug2;

Line 674: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_ORG_BO_CODE);

670: */
671: -- bo_event_check() updates all the Org bo recs in GT
672: -- that are complete and are candiates for update event.
673: LOG('event type check for Org BO');
674: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_ORG_BO_CODE);
675: /*
676: -- debug code start
677: OPEN c_bo_gt_debug2(G_ORG_BO_CODE);
678: FETCH c_bo_gt_debug2 BULK COLLECT INTO l_ids, l_ids2, l_evts ;

Line 782: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_PER_CUST_BO_CODE);

778: Update the GT with event type based on the above query.
779: */
780: -- bo_complete_check() deletes all the incomplete Person Cust BO records from GT
781: LOG('completness check for Person Cust BO');
782: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_PER_CUST_BO_CODE);
783: /*
784: -- debug code start
785: OPEN c_bo_gt_debug2(G_PER_CUST_BO_CODE);
786: FETCH c_bo_gt_debug2 BULK COLLECT INTO l_ids, l_ids2, l_evts ;

Line 798: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_PER_CUST_BO_CODE);

794: */
795: -- bo_event_check() updates all the Person Cust BO recs in GT
796: -- that are complete and are candiates for update event.
797: LOG('event type check for Person Cust BO ');
798: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_PER_CUST_BO_CODE);
799: /*
800: -- All the remaining Person Cust BO recs in GT with NULL event_type_flag are
801: -- complete and candidates for create event
802:

Line 826: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_ORG_CUST_BO_CODE);

822: Update the GT with event type based on the above query.
823: */
824: -- bo_complete_check() deletes all the incomplete Org Cust BO records from GT
825: LOG('completness check for Org Cust BO ');
826: HZ_BES_BO_SITE_UTIL_PKG.bo_complete_check(G_ORG_CUST_BO_CODE);
827: /*
828: -- debug code start
829: OPEN c_bo_gt_debug2(G_ORG_CUST_BO_CODE);
830: FETCH c_bo_gt_debug2 BULK COLLECT INTO l_ids, l_ids2, l_evts ;

Line 842: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_ORG_CUST_BO_CODE);

838: */
839: -- bo_event_check() updates all the Org Cust BO recs in GT
840: -- that are complete and are candiates for update event.
841: LOG('event type check for Org Cust BO ');
842: HZ_BES_BO_SITE_UTIL_PKG.bo_event_check(G_ORG_CUST_BO_CODE);
843:
844: -- All the remaining Org Cust BO records in GT with NULL event_type_flag are
845: -- complete and candidates for create event
846: /*