DBA Data[Home] [Help]

APPS.GMPMRACT dependencies on MR_UBKT_DTL

Line 609: /* Insert the Transaction Data into mr_ubkt_dtl table

605: X_pastdue := '*';
606: ELSE
607: X_pastdue := NULL;
608: END IF;
609: /* Insert the Transaction Data into mr_ubkt_dtl table
610: for Report to Process and show the data on the screen */
611: INSERT INTO mr_ubkt_dtl(matl_rep_id,
612: item_id,
613: planning_class,

Line 611: INSERT INTO mr_ubkt_dtl(matl_rep_id,

607: X_pastdue := NULL;
608: END IF;
609: /* Insert the Transaction Data into mr_ubkt_dtl table
610: for Report to Process and show the data on the screen */
611: INSERT INTO mr_ubkt_dtl(matl_rep_id,
612: item_id,
613: planning_class,
614: whse_code,
615: start_balance,

Line 663: /* Insert the Transaction Data into mr_ubkt_dtl table

659: X_pastdue := '*';
660: ELSE
661: X_pastdue := NULL;
662: END IF;
663: /* Insert the Transaction Data into mr_ubkt_dtl table
664: for Report to Process and show the data on the screen */
665: INSERT INTO mr_ubkt_dtl(matl_rep_id,
666: item_id,
667: planning_class,

Line 665: INSERT INTO mr_ubkt_dtl(matl_rep_id,

661: X_pastdue := NULL;
662: END IF;
663: /* Insert the Transaction Data into mr_ubkt_dtl table
664: for Report to Process and show the data on the screen */
665: INSERT INTO mr_ubkt_dtl(matl_rep_id,
666: item_id,
667: planning_class,
668: whse_code,
669: start_balance,

Line 726: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error writing to mr_ubkt_dtl'||sqlerrm);

722: END IF; /* End if for G_whse_list NOT NULL */
723:
724: EXCEPTION
725: WHEN OTHERS THEN
726: FND_FILE.PUT_LINE(FND_FILE.LOG,'Error writing to mr_ubkt_dtl'||sqlerrm);
727: END mr_data_retrieval; /***** END FUNCTION ********************/
728:
729: /*============================================================================+
730: | |