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 1004: wf_core.context('RLM_WF_SV','ReconcileDemand',

1000: IF (l_debug <> -1) THEN
1001: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1002: END IF;
1003: --
1004: wf_core.context('RLM_WF_SV','ReconcileDemand',
1005: itemtype, itemkey,TO_CHAR(actid),funcmode);
1006: resultout := 'COMPLETE:FAILURE';
1007: --
1008: IF (l_debug <> -1) THEN

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

1025: rlm_core_sv.k_PS_ERROR);
1026: END IF;
1027: --
1028: COMMIT;
1029: wf_core.context('RLM_WF_SV','ReconcileDemand',
1030: itemtype, itemkey,TO_CHAR(actid),funcmode);
1031: --
1032: resultout := 'COMPLETE:FAILURE';
1033: --

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

1044: rlm_core_sv.dpop(C_SDEBUG);
1045: END IF;
1046: --
1047: WHEN OTHERS THEN
1048: wf_core.context('RLM_WF_SV','ReconcileDemand',
1049: itemtype, itemkey,TO_CHAR(actid),funcmode);
1050: resultout := 'COMPLETE:FAILURE';
1051: --
1052: IF (l_debug <> -1) THEN

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

1143: IF (l_debug <> -1) THEN
1144: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1145: END IF;
1146: --
1147: wf_core.context('RLM_WF_SV','PurgeInterface',
1148: itemtype, itemkey,TO_CHAR(actid),funcmode);
1149: resultout := 'COMPLETE:FAILURE';
1150: --
1151: IF (l_debug <> -1) THEN

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

1152: rlm_core_sv.dpop(C_SDEBUG);
1153: END IF;
1154: --
1155: WHEN OTHERS THEN
1156: wf_core.context('RLM_WF_SV','PurgeInterface',
1157: itemtype, itemkey,TO_CHAR(actid),funcmode);
1158: resultout := 'COMPLETE:FAILURE';
1159: --
1160: IF (l_debug <> -1) THEN

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

1358: IF (l_debug <> -1) THEN
1359: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1360: END IF;
1361: --
1362: wf_core.context('RLM_WF_SV','CheckErrors',
1363: itemtype, itemkey,TO_CHAR(actid),funcmode);
1364: resultout := 'COMPLETE:ABT';
1365: --
1366: IF (l_debug <> -1) THEN

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

1367: rlm_core_sv.dpop(C_SDEBUG);
1368: END IF;
1369: --
1370: WHEN OTHERS THEN
1371: wf_core.context('RLM_WF_SV','CheckErrors',
1372: itemtype, itemkey,TO_CHAR(actid),funcmode);
1373: resultout := 'COMPLETE:ABT';
1374: --
1375: IF (l_debug <> -1) THEN

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

1541: IF (l_debug <> -1) THEN
1542: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1543: END IF;
1544: --
1545: wf_core.context('RLM_WF_SV','RunReport',
1546: itemtype, itemkey,TO_CHAR(actid),funcmode);
1547: resultout := 'COMPLETE:FAILURE';
1548: --
1549: IF (l_debug <> -1) THEN

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

1550: rlm_core_sv.dpop(C_SDEBUG);
1551: END IF;
1552: --
1553: WHEN OTHERS THEN
1554: wf_core.context('RLM_WF_SV','RunReport',
1555: itemtype, itemkey,TO_CHAR(actid),funcmode);
1556: resultout := 'COMPLETE:FAILURE';
1557: --
1558: IF (l_debug <> -1) THEN

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

1967: IF (l_debug <> -1) THEN
1968: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
1969: END IF;
1970: --
1971: wf_core.context('RLM_WF_SV','UpdateHeaderPS',
1972: itemtype, itemkey,TO_CHAR(actid),funcmode);
1973: resultout := 'COMPLETE:FAILURE';
1974: --
1975: IF (l_debug <> -1) THEN

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

1981: IF (l_debug <> -1) THEN
1982: rlm_core_sv.dlog(C_DEBUG,'When Others');
1983: END IF;
1984: --
1985: wf_core.context('RLM_WF_SV','UpdateHeaderPS',
1986: itemtype, itemkey,TO_CHAR(actid),funcmode);
1987: resultout := 'COMPLETE:FAILURE';
1988: --
1989: IF (l_debug <> -1) THEN

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

2182: IF (l_debug <> -1) THEN
2183: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2184: END IF;
2185: --
2186: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2187: itemtype, itemkey,TO_CHAR(actid),funcmode);
2188: resultout := 'COMPLETE:FAILURE';
2189: --
2190: IF (l_debug <> -1) THEN

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

2215: p_customer_item_id => g_Grp_rec.customer_item_id,
2216: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2217: -- Bug#: 2771756 - End
2218:
2219: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2220: itemtype, itemkey,TO_CHAR(actid),funcmode);
2221: --
2222: resultout := 'COMPLETE:FAILURE';
2223: COMMIT;

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

2260: p_customer_item_id => g_Grp_rec.customer_item_id,
2261: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2262: -- Bug#: 2771756 - End
2263:
2264: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2265: itemtype, itemkey,TO_CHAR(actid),funcmode);
2266: resultout := 'COMPLETE:FAILURE';
2267: COMMIT;
2268: --

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

2303: p_customer_item_id => g_Grp_rec.customer_item_id,
2304: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2305: -- Bug#: 2771756 - End
2306:
2307: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2308: itemtype, itemkey,TO_CHAR(actid),funcmode);
2309: --
2310: resultout := 'COMPLETE:FAILURE';
2311: COMMIT;

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

2375: p_customer_item_id => g_Grp_rec.customer_item_id,
2376: p_inventory_item_id => g_Grp_rec.inventory_item_id);
2377: -- Bug#: 2771756 - End
2378:
2379: wf_core.context('RLM_WF_SV','ProcessGroupDemand',
2380: itemtype, itemkey,TO_CHAR(actid),funcmode);
2381: resultout := 'COMPLETE:FAILURE';
2382: COMMIT;
2383: --

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

2509: IF (l_debug <> -1) THEN
2510: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2511: END IF;
2512: --
2513: wf_core.context('RLM_WF_SV','ArchiveDemand',
2514: itemtype, itemkey,TO_CHAR(actid),funcmode);
2515: resultout := 'COMPLETE:ABT';
2516: --
2517: IF (l_debug <> -1) THEN

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

2544: IF (l_debug <> -1) THEN
2545: rlm_core_sv.dpop(C_SDEBUG);
2546: END IF;
2547: --
2548: wf_core.context('RLM_WF_SV','ArchiveDemand',
2549: itemtype, itemkey,TO_CHAR(actid),funcmode);
2550: resultout := 'COMPLETE:ABT';
2551: --
2552:

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

2865: IF (l_debug <> -1) THEN
2866: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
2867: END IF;
2868: --
2869: wf_core.context('RLM_WF_SV','CallProcessGroup',
2870: itemtype, itemkey,TO_CHAR(actid),funcmode);
2871: resultout := 'COMPLETE:FAILURE';
2872: --
2873: IF (l_debug <> -1) THEN

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

2899: COMMIT;
2900: resultout := 'COMPLETE:FAILURE';
2901: --
2902: WHEN OTHERS THEN
2903: wf_core.context('RLM_WF_SV','CallProcessGroup',
2904: itemtype, itemkey,TO_CHAR(actid),funcmode);
2905: resultout := 'COMPLETE:FAILURE';
2906: --
2907: IF (l_debug <> -1) THEN

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

3042: IF (l_debug <> -1) THEN
3043: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
3044: END IF;
3045: --
3046: wf_core.context('RLM_WF_SV','PostValidate',
3047: itemtype, itemkey,TO_CHAR(actid),funcmode);
3048: resultout := 'COMPLETE:FAILURE';
3049: --
3050: IF (l_debug <> -1) THEN

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

3069: rlm_message_sv.dump_messages(v_header_id);
3070: rlm_message_sv.initialize_messages;
3071: --
3072:
3073: wf_core.context('RLM_WF_SV','PostValidate',
3074: itemtype, itemkey,TO_CHAR(actid),funcmode);
3075: resultout := 'COMPLETE:FAILURE';
3076: --
3077: IF (l_debug <> -1) THEN

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

3117: END IF;
3118:
3119: WHEN e_ReplaceSchedule THEN
3120: --
3121: wf_core.context('RLM_WF_SV','PostValidate',
3122: itemtype, itemkey,TO_CHAR(actid),funcmode);
3123: resultout := 'COMPLETE:FAILURE';
3124: --
3125: rlm_dp_sv.UpdateGroupPS(v_header_id,

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

3143: rlm_core_sv.dpop(C_SDEBUG);
3144: END IF;
3145:
3146: WHEN OTHERS THEN
3147: wf_core.context('RLM_WF_SV','PostValidate',
3148: itemtype, itemkey,TO_CHAR(actid),funcmode);
3149: resultout := 'COMPLETE:FAILURE';
3150: --
3151: rlm_dp_sv.UpdateGroupPS(v_header_id,

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

3279: IF (l_debug <> -1) THEN
3280: rlm_core_sv.dlog(C_DEBUG,'NO data found ');
3281: END IF;
3282: --
3283: wf_core.context('RLM_WF_SV','CHeckStatus',
3284: itemtype, itemkey,TO_CHAR(actid),funcmode);
3285: resultout := 'COMPLETE:N';
3286: --
3287: IF (l_debug <> -1) THEN

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

3288: rlm_core_sv.dpop(C_SDEBUG);
3289: END IF;
3290: --
3291: WHEN OTHERS THEN
3292: wf_core.context('RLM_WF_SV','CHeckStatus',
3293: itemtype, itemkey,TO_CHAR(actid),funcmode);
3294: resultout := 'COMPLETE:N';
3295: --
3296: IF (l_debug <> -1) THEN

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

3580: END IF;
3581:
3582: EXCEPTION
3583: WHEN OTHERS THEN
3584: wf_core.context('RLM_WF_SV','GetScheduleStatus',
3585: itemtype, itemkey,TO_CHAR(actid),funcmode);
3586: resultout := 'COMPLETE:ERROR';
3587: --
3588: IF (l_debug <> -1) THEN