DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on CN_MARK_EVENTS_PKG

Line 1438: cn_mark_events_pkg.mark_notify(

1434: FROM cn_repositories_all
1435: WHERE org_id = g_org_id;
1436:
1437: FOR missed_line IN missed_lines LOOP
1438: cn_mark_events_pkg.mark_notify(
1439: p_salesrep_id => missed_line.credited_salesrep_id
1440: , p_period_id => missed_line.period_id
1441: , p_start_date => missed_line.start_date
1442: , p_end_date => missed_line.end_date

Line 1453: cn_mark_events_pkg.mark_notify(

1449:
1450: COMMIT;
1451:
1452: FOR missed_rep IN missed_reps LOOP
1453: cn_mark_events_pkg.mark_notify(
1454: p_salesrep_id => missed_rep.direct_salesrep_id
1455: , p_period_id => missed_rep.processed_period_id
1456: , p_start_date => missed_rep.processed_date
1457: , p_end_date => missed_rep.processed_date

Line 1498: cn_mark_events_pkg.mark_notify

1494: );
1495:
1496: IF (l_srp_group_ancestor.COUNT > 0) THEN
1497: FOR eachsrp IN l_srp_group_ancestor.FIRST .. l_srp_group_ancestor.LAST LOOP
1498: cn_mark_events_pkg.mark_notify
1499: (
1500: p_salesrep_id => l_srp_group_ancestor(eachsrp).salesrep_id
1501: , p_period_id => missed_rep.processed_period_id
1502: , p_start_date => missed_rep.processed_date