DBA Data[Home] [Help]

APPS.CN_QUOTAS_PKG dependencies on CN_MARK_EVENTS_PKG

Line 512: cn_mark_events_pkg.mark_event_quota

508: -- to the rate schedule over other attributes.
509: IF l_modified
510: THEN
511: IF (x_indirect_credit <> recinfo.indirect_credit) THEN
512: cn_mark_events_pkg.mark_event_quota
513: (p_event_name => 'CHANGE_PE_DIRECT_INDIRECT',
514: p_object_name => x_name,
515: p_object_id => x_quota_id,
516: p_start_date => x_start_date,

Line 634: cn_mark_events_pkg.mark_event_quota

630: x_end_date => x_end_date
631: );
632: -- mark the Event only mark the new period records
633: -- bug 3646625, fix the passed in p_start_end
634: cn_mark_events_pkg.mark_event_quota
635: (p_event_name => 'CHANGE_QUOTA_DATE',
636: p_object_name => x_name,
637: p_object_id => x_quota_id,
638: p_start_date => x_start_date,

Line 659: cn_mark_events_pkg.mark_event_quota

655: ELSIF recinfo.end_date IS NULL
656: THEN
657: -- mark the Event only mark the delete period records
658: -- bug 3646625, fix the passed in p_start_end
659: cn_mark_events_pkg.mark_event_quota
660: (p_event_name => 'CHANGE_QUOTA_DATE',
661: p_object_name => x_name,
662: p_object_id => x_quota_id,
663: p_start_date => x_start_date,

Line 706: cn_mark_events_pkg.mark_event_quota

702: x_end_date => x_end_date
703: );
704: -- mark the Event only mark the new period records
705: -- bug 3646625, fix the passed in p_start_end
706: cn_mark_events_pkg.mark_event_quota
707: (p_event_name => 'CHANGE_QUOTA_DATE',
708: p_object_name => x_name,
709: p_object_id => x_quota_id,
710: p_start_date => x_start_date,

Line 732: cn_mark_events_pkg.mark_event_quota

728: -- shorten end_date
729:
730: -- mark the Event only mark the deleted records records
731: -- bug 3646625, fix the passed in p_start_end
732: cn_mark_events_pkg.mark_event_quota
733: (p_event_name => 'CHANGE_QUOTA_DATE',
734: p_object_name => x_name,
735: p_object_id => x_quota_id,
736: p_start_date => x_start_date,

Line 764: cn_mark_events_pkg.mark_event_quota

760: );
761: END IF;
762: ELSE
763: -- mark the Event only mark the delete period records
764: cn_mark_events_pkg.mark_event_quota
765: (p_event_name => 'CHANGE_QUOTA_DATE',
766: p_object_name => x_name,
767: p_object_id => x_quota_id,
768: p_start_date => x_start_date,

Line 808: cn_mark_events_pkg.mark_event_quota

804: ,
805: x_start_date => x_start_date,
806: x_end_date => x_end_date
807: );
808: cn_mark_events_pkg.mark_event_quota
809: (p_event_name => 'CHANGE_QUOTA_DATE',
810: p_object_name => x_name,
811: p_object_id => x_quota_id,
812: p_start_date => x_start_date,

Line 830: cn_mark_events_pkg.mark_event_quota

826: );
827: -- mark the newly inserted record as calc, because of the
828: -- newly inserted srp_period_quotas
829: -- clku, bug 3646625
830: cn_mark_events_pkg.mark_event_quota
831: (p_event_name => 'CHANGE_QUOTA_CALC',
832: p_object_name => x_name,
833: p_object_id => x_quota_id,
834: p_start_date => x_start_date,

Line 850: cn_mark_events_pkg.mark_event_quota

846: OR x_interval_type_id <> recinfo.interval_type_id
847: OR x_vesting_flag <> recinfo.vesting_flag
848: OR NVL (x_calc_formula_id, -99) <> NVL (recinfo.calc_formula_id, -99)
849: THEN
850: cn_mark_events_pkg.mark_event_quota
851: (p_event_name => 'CHANGE_QUOTA_CALC',
852: p_object_name => x_name,
853: p_object_id => x_quota_id,
854: p_start_date => NULL,