DBA Data[Home] [Help]

APPS.GMP_APS_OUTPUT_PKG dependencies on FND_PROFILE

Line 74: firm_batch_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_FIRM_BATCH'),1);

70: delete_new_flag := 0;
71: delete_rsch_flag := 0;
72: delete_cancel_flag := 0;
73: l_profile := 0;
74: firm_batch_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_FIRM_BATCH'),1);
75: batch_fpo_profile := 0; /* B6167305 By default Batch */
76: mrp_debug_profile := NVL(FND_PROFILE.VALUE('MRP_DEBUG'),'N');
77:
78: BEGIN -- For New Orders

Line 76: mrp_debug_profile := NVL(FND_PROFILE.VALUE('MRP_DEBUG'),'N');

72: delete_cancel_flag := 0;
73: l_profile := 0;
74: firm_batch_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_FIRM_BATCH'),1);
75: batch_fpo_profile := 0; /* B6167305 By default Batch */
76: mrp_debug_profile := NVL(FND_PROFILE.VALUE('MRP_DEBUG'),'N');
77:
78: BEGIN -- For New Orders
79:
80: /* B2104059 GMP-APS ENHANCEMENT FOR GMD FORMULA SECURITY FUNCTIONALITY */

Line 558: l_profile := FND_PROFILE.VALUE('GMP_AUTO_IMPLEMENT_APS_SUGG');

554: The Parameters to the GMPARELP Package plant_code,fitem_no,titem_no,
555: fdate, and tdate are all passed as NULL .. when automatic
556: */
557: BEGIN
558: l_profile := FND_PROFILE.VALUE('GMP_AUTO_IMPLEMENT_APS_SUGG');
559: IF l_profile = 1 THEN
560: /* B6167305 Start */
561: batch_fpo_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_SUGG_FPO_BATCH'),0);
562: /* B6167305 End */

Line 561: batch_fpo_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_SUGG_FPO_BATCH'),0);

557: BEGIN
558: l_profile := FND_PROFILE.VALUE('GMP_AUTO_IMPLEMENT_APS_SUGG');
559: IF l_profile = 1 THEN
560: /* B6167305 Start */
561: batch_fpo_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_SUGG_FPO_BATCH'),0);
562: /* B6167305 End */
563: lv_result := FND_REQUEST.SET_MODE(TRUE);
564: FND_FILE.PUT_LINE ( FND_FILE.LOG,' Submitting the Req ');
565: