DBA Data[Home] [Help]

APPS.GMP_APS_OUTPUT_PKG dependencies on FND_PROFILE

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

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

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

548: The Parameters to the GMPARELP Package plant_code,fitem_no,titem_no,
549: fdate, and tdate are all passed as NULL .. when automatic
550: */
551: BEGIN
552: l_profile := FND_PROFILE.VALUE('GMP_AUTO_IMPLEMENT_APS_SUGG');
553: IF l_profile = 1 THEN
554: /* B6167305 Start */
555: batch_fpo_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_SUGG_FPO_BATCH'),0);
556: /* B6167305 End */

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

551: BEGIN
552: l_profile := FND_PROFILE.VALUE('GMP_AUTO_IMPLEMENT_APS_SUGG');
553: IF l_profile = 1 THEN
554: /* B6167305 Start */
555: batch_fpo_profile := NVL(FND_PROFILE.VALUE('GMP_IMPLEMENT_SUGG_FPO_BATCH'),0);
556: /* B6167305 End */
557: lv_result := FND_REQUEST.SET_MODE(TRUE);
558: FND_FILE.PUT_LINE ( FND_FILE.LOG,' Submitting the Req ');
559: