DBA Data[Home] [Help]

APPS.RLM_WF_SV dependencies on WF_CORE

Line 486: wf_core.context('RLM_WF_SV','ValidateDemand',

482: IF (l_debug <> -1) THEN
483: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
484: END IF;
485: --
486: wf_core.context('RLM_WF_SV','ValidateDemand',
487: itemtype, itemkey,TO_CHAR(actid),funcmode);
488: resultout := 'COMPLETE:ABT';
489: --
490: IF (l_debug <> -1) THEN

Line 516: wf_core.context('RLM_WF_SV','ValidateDemand',

512: rlm_message_sv.initialize_messages;
513: --
514: COMMIT;
515: --
516: wf_core.context('RLM_WF_SV','ValidateDemand',
517: itemtype, itemkey,TO_CHAR(actid),funcmode);
518: resultout := 'COMPLETE:ABT';
519: --
520: IF (l_debug <> -1) THEN

Line 526: wf_core.context('RLM_WF_SV','ValidateDemand',

522: END IF;
523: --
524: WHEN OTHERS THEN
525: --
526: wf_core.context('RLM_WF_SV','ValidateDemand',
527: itemtype, itemkey,TO_CHAR(actid),funcmode);
528: resultout := 'COMPLETE:ABT';
529: --
530: rlm_dp_sv.UpdateGroupPS(v_header_id,

Line 666: wf_core.context('RLM_WF_SV','ManageDemand',

662: IF (l_debug <> -1) THEN
663: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
664: END IF;
665: --
666: wf_core.context('RLM_WF_SV','ManageDemand',
667: itemtype, itemkey,TO_CHAR(actid),funcmode);
668: resultout := 'COMPLETE:FAILURE';
669: --
670: IF (l_debug <> -1) THEN

Line 687: wf_core.context('RLM_WF_SV','ManageDemand',

683: g_Sch_rec.schedule_header_id,
684: g_Grp_rec,
685: rlm_core_sv.k_PS_ERROR);
686: COMMIT;
687: wf_core.context('RLM_WF_SV','ManageDemand',
688: itemtype, itemkey,TO_CHAR(actid),funcmode);
689: resultout := 'COMPLETE:FAILURE';
690: --
691: IF NOT rlm_dp_sv.LockHeader(v_header_id, g_Sch_rec) THEN

Line 705: wf_core.context('RLM_WF_SV','ManageDemand',

701: rlm_core_sv.dpop(C_SDEBUG);
702: END IF;
703: --
704: WHEN OTHERS THEN
705: wf_core.context('RLM_WF_SV','ManageDemand',
706: itemtype, itemkey,TO_CHAR(actid),funcmode);
707: resultout := 'COMPLETE:FAILURE';
708: --
709: IF (l_debug <> -1) THEN

Line 826: wf_core.context('RLM_WF_SV','ManageForecast',

822: IF (l_debug <> -1) THEN
823: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
824: END IF;
825: --
826: wf_core.context('RLM_WF_SV','ManageForecast',
827: itemtype, itemkey,TO_CHAR(actid),funcmode);
828: resultout := 'COMPLETE:FAILURE';
829: --
830: IF (l_debug <> -1) THEN

Line 848: wf_core.context('RLM_WF_SV','ManageForecast',

844: g_Grp_rec,
845: rlm_core_sv.k_PS_ERROR);
846: COMMIT;
847:
848: wf_core.context('RLM_WF_SV','ManageForecast',
849: itemtype, itemkey,TO_CHAR(actid),funcmode);
850: resultout := 'COMPLETE:FAILURE';
851: --
852: IF NOT rlm_dp_sv.LockHeader(v_header_id, g_Sch_rec) THEN

Line 866: wf_core.context('RLM_WF_SV','ManageForecast',

862: rlm_core_sv.dpop(C_SDEBUG);
863: END IF;
864: --
865: WHEN OTHERS THEN
866: wf_core.context('RLM_WF_SV','ManageForecast',
867: itemtype, itemkey,TO_CHAR(actid),funcmode);
868: resultout := 'COMPLETE:FAILURE';
869: --
870: IF (l_debug <> -1) THEN

Line 1015: wf_core.context('RLM_WF_SV','ReconcileDemand',

1011: IF (l_debug <> -1) THEN
1012: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1013: END IF;
1014: --
1015: wf_core.context('RLM_WF_SV','ReconcileDemand',
1016: itemtype, itemkey,TO_CHAR(actid),funcmode);
1017: resultout := 'COMPLETE:FAILURE';
1018: --
1019: IF (l_debug <> -1) THEN

Line 1040: wf_core.context('RLM_WF_SV','ReconcileDemand',

1036: rlm_core_sv.k_PS_ERROR);
1037: END IF;
1038: --
1039: COMMIT;
1040: wf_core.context('RLM_WF_SV','ReconcileDemand',
1041: itemtype, itemkey,TO_CHAR(actid),funcmode);
1042: --
1043: resultout := 'COMPLETE:FAILURE';
1044: --

Line 1059: wf_core.context('RLM_WF_SV','ReconcileDemand',

1055: rlm_core_sv.dpop(C_SDEBUG);
1056: END IF;
1057: --
1058: WHEN OTHERS THEN
1059: wf_core.context('RLM_WF_SV','ReconcileDemand',
1060: itemtype, itemkey,TO_CHAR(actid),funcmode);
1061: resultout := 'COMPLETE:FAILURE';
1062: --
1063: IF (l_debug <> -1) THEN

Line 1158: wf_core.context('RLM_WF_SV','PurgeInterface',

1154: IF (l_debug <> -1) THEN
1155: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1156: END IF;
1157: --
1158: wf_core.context('RLM_WF_SV','PurgeInterface',
1159: itemtype, itemkey,TO_CHAR(actid),funcmode);
1160: resultout := 'COMPLETE:FAILURE';
1161: --
1162: IF (l_debug <> -1) THEN

Line 1167: wf_core.context('RLM_WF_SV','PurgeInterface',

1163: rlm_core_sv.dpop(C_SDEBUG);
1164: END IF;
1165: --
1166: WHEN OTHERS THEN
1167: wf_core.context('RLM_WF_SV','PurgeInterface',
1168: itemtype, itemkey,TO_CHAR(actid),funcmode);
1169: resultout := 'COMPLETE:FAILURE';
1170: --
1171: IF (l_debug <> -1) THEN

Line 1373: wf_core.context('RLM_WF_SV','CheckErrors',

1369: IF (l_debug <> -1) THEN
1370: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1371: END IF;
1372: --
1373: wf_core.context('RLM_WF_SV','CheckErrors',
1374: itemtype, itemkey,TO_CHAR(actid),funcmode);
1375: resultout := 'COMPLETE:ABT';
1376: --
1377: IF (l_debug <> -1) THEN

Line 1382: wf_core.context('RLM_WF_SV','CheckErrors',

1378: rlm_core_sv.dpop(C_SDEBUG);
1379: END IF;
1380: --
1381: WHEN OTHERS THEN
1382: wf_core.context('RLM_WF_SV','CheckErrors',
1383: itemtype, itemkey,TO_CHAR(actid),funcmode);
1384: resultout := 'COMPLETE:ABT';
1385: --
1386: IF (l_debug <> -1) THEN

Line 1556: wf_core.context('RLM_WF_SV','RunReport',

1552: IF (l_debug <> -1) THEN
1553: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1554: END IF;
1555: --
1556: wf_core.context('RLM_WF_SV','RunReport',
1557: itemtype, itemkey,TO_CHAR(actid),funcmode);
1558: resultout := 'COMPLETE:FAILURE';
1559: --
1560: IF (l_debug <> -1) THEN

Line 1565: wf_core.context('RLM_WF_SV','RunReport',

1561: rlm_core_sv.dpop(C_SDEBUG);
1562: END IF;
1563: --
1564: WHEN OTHERS THEN
1565: wf_core.context('RLM_WF_SV','RunReport',
1566: itemtype, itemkey,TO_CHAR(actid),funcmode);
1567: resultout := 'COMPLETE:FAILURE';
1568: --
1569: IF (l_debug <> -1) THEN

Line 1982: wf_core.context('RLM_WF_SV','UpdateHeaderPS',

1978: IF (l_debug <> -1) THEN
1979: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1980: END IF;
1981: --
1982: wf_core.context('RLM_WF_SV','UpdateHeaderPS',
1983: itemtype, itemkey,TO_CHAR(actid),funcmode);
1984: resultout := 'COMPLETE:FAILURE';
1985: --
1986: IF (l_debug <> -1) THEN

Line 1996: wf_core.context('RLM_WF_SV','UpdateHeaderPS',

1992: IF (l_debug <> -1) THEN
1993: rlm_core_sv.dlog(C_DEBUG,'When Others');
1994: END IF;
1995: --
1996: wf_core.context('RLM_WF_SV','UpdateHeaderPS',
1997: itemtype, itemkey,TO_CHAR(actid),funcmode);
1998: resultout := 'COMPLETE:FAILURE';
1999: --
2000: IF (l_debug <> -1) THEN

Line 2208: wf_core.context('RLM_WF_SV','ProcessGroupDemand',

2204: IF (l_debug <> -1) THEN
2205: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2206: END IF;
2207: --
2208: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2209: itemtype, itemkey,TO_CHAR(actid),funcmode);
2210: resultout := 'COMPLETE:FAILURE';
2211: --
2212: IF (l_debug <> -1) THEN

Line 2241: wf_core.context('RLM_WF_SV','ProcessGroupDemand',

2237: p_customer_item_id => g_Grp_rec.customer_item_id,
2238: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2239: -- Bug#: 2771756 - End
2240:
2241: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2242: itemtype, itemkey,TO_CHAR(actid),funcmode);
2243: --
2244: resultout := 'COMPLETE:FAILURE';
2245: COMMIT;

Line 2286: wf_core.context('RLM_WF_SV','ProcessGroupDemand',

2282: p_customer_item_id => g_Grp_rec.customer_item_id,
2283: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2284: -- Bug#: 2771756 - End
2285:
2286: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2287: itemtype, itemkey,TO_CHAR(actid),funcmode);
2288: resultout := 'COMPLETE:FAILURE';
2289: COMMIT;
2290: --

Line 2329: wf_core.context('RLM_WF_SV','ProcessGroupDemand',

2325: p_customer_item_id => g_Grp_rec.customer_item_id,
2326: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2327: -- Bug#: 2771756 - End
2328:
2329: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2330: itemtype, itemkey,TO_CHAR(actid),funcmode);
2331: --
2332: resultout := 'COMPLETE:FAILURE';
2333: COMMIT;

Line 2401: wf_core.context('RLM_WF_SV','ProcessGroupDemand',

2397: p_customer_item_id => g_Grp_rec.customer_item_id,
2398: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2399: -- Bug#: 2771756 - End
2400:
2401: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2402: itemtype, itemkey,TO_CHAR(actid),funcmode);
2403: resultout := 'COMPLETE:FAILURE';
2404: COMMIT;
2405: --

Line 2535: wf_core.context('RLM_WF_SV','ArchiveDemand',

2531: IF (l_debug <> -1) THEN
2532: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2533: END IF;
2534: --
2535: wf_core.context('RLM_WF_SV','ArchiveDemand',
2536: itemtype, itemkey,TO_CHAR(actid),funcmode);
2537: resultout := 'COMPLETE:ABT';
2538: --
2539: IF (l_debug <> -1) THEN

Line 2570: wf_core.context('RLM_WF_SV','ArchiveDemand',

2566: IF (l_debug <> -1) THEN
2567: rlm_core_sv.dpop(C_SDEBUG);
2568: END IF;
2569: --
2570: wf_core.context('RLM_WF_SV','ArchiveDemand',
2571: itemtype, itemkey,TO_CHAR(actid),funcmode);
2572: resultout := 'COMPLETE:ABT';
2573: --
2574:

Line 2891: wf_core.context('RLM_WF_SV','CallProcessGroup',

2887: IF (l_debug <> -1) THEN
2888: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2889: END IF;
2890: --
2891: wf_core.context('RLM_WF_SV','CallProcessGroup',
2892: itemtype, itemkey,TO_CHAR(actid),funcmode);
2893: resultout := 'COMPLETE:FAILURE';
2894: --
2895: IF (l_debug <> -1) THEN

Line 2925: wf_core.context('RLM_WF_SV','CallProcessGroup',

2921: COMMIT;
2922: resultout := 'COMPLETE:FAILURE';
2923: --
2924: WHEN OTHERS THEN
2925: wf_core.context('RLM_WF_SV','CallProcessGroup',
2926: itemtype, itemkey,TO_CHAR(actid),funcmode);
2927: resultout := 'COMPLETE:FAILURE';
2928: --
2929: IF (l_debug <> -1) THEN

Line 3068: wf_core.context('RLM_WF_SV','PostValidate',

3064: IF (l_debug <> -1) THEN
3065: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
3066: END IF;
3067: --
3068: wf_core.context('RLM_WF_SV','PostValidate',
3069: itemtype, itemkey,TO_CHAR(actid),funcmode);
3070: resultout := 'COMPLETE:FAILURE';
3071: --
3072: IF (l_debug <> -1) THEN

Line 3095: wf_core.context('RLM_WF_SV','PostValidate',

3091: rlm_message_sv.dump_messages(v_header_id);
3092: rlm_message_sv.initialize_messages;
3093: --
3094:
3095: wf_core.context('RLM_WF_SV','PostValidate',
3096: itemtype, itemkey,TO_CHAR(actid),funcmode);
3097: resultout := 'COMPLETE:FAILURE';
3098: --
3099: IF (l_debug <> -1) THEN

Line 3143: wf_core.context('RLM_WF_SV','PostValidate',

3139: END IF;
3140:
3141: WHEN e_ReplaceSchedule THEN
3142: --
3143: wf_core.context('RLM_WF_SV','PostValidate',
3144: itemtype, itemkey,TO_CHAR(actid),funcmode);
3145: resultout := 'COMPLETE:FAILURE';
3146: --
3147: rlm_dp_sv.UpdateGroupPS(v_header_id,

Line 3169: wf_core.context('RLM_WF_SV','PostValidate',

3165: rlm_core_sv.dpop(C_SDEBUG);
3166: END IF;
3167:
3168: WHEN OTHERS THEN
3169: wf_core.context('RLM_WF_SV','PostValidate',
3170: itemtype, itemkey,TO_CHAR(actid),funcmode);
3171: resultout := 'COMPLETE:FAILURE';
3172: --
3173: rlm_dp_sv.UpdateGroupPS(v_header_id,

Line 3305: wf_core.context('RLM_WF_SV','CHeckStatus',

3301: IF (l_debug <> -1) THEN
3302: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
3303: END IF;
3304: --
3305: wf_core.context('RLM_WF_SV','CHeckStatus',
3306: itemtype, itemkey,TO_CHAR(actid),funcmode);
3307: resultout := 'COMPLETE:N';
3308: --
3309: IF (l_debug <> -1) THEN

Line 3314: wf_core.context('RLM_WF_SV','CHeckStatus',

3310: rlm_core_sv.dpop(C_SDEBUG);
3311: END IF;
3312: --
3313: WHEN OTHERS THEN
3314: wf_core.context('RLM_WF_SV','CHeckStatus',
3315: itemtype, itemkey,TO_CHAR(actid),funcmode);
3316: resultout := 'COMPLETE:N';
3317: --
3318: IF (l_debug <> -1) THEN

Line 3606: wf_core.context('RLM_WF_SV','GetScheduleStatus',

3602: END IF;
3603:
3604: EXCEPTION
3605: WHEN OTHERS THEN
3606: wf_core.context('RLM_WF_SV','GetScheduleStatus',
3607: itemtype, itemkey,TO_CHAR(actid),funcmode);
3608: resultout := 'COMPLETE:ERROR';
3609: --
3610: IF (l_debug <> -1) THEN