DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on FND_PROFILE

Line 208: l_updt_offsets := nvl(FND_PROFILE.VALUE('GMP_UPDATE_ACTIVITY_OFFSETS'),0);/*B5148802*/

204:
205: BEGIN
206: X_count := 0;
207: retcode := '0';
208: l_updt_offsets := nvl(FND_PROFILE.VALUE('GMP_UPDATE_ACTIVITY_OFFSETS'),0);/*B5148802*/
209:
210: /* { */
211: IF p_tdate IS NOT NULL AND p_fdate IS NOT NULL THEN
212:

Line 490: u_user_id := FND_PROFILE.VALUE('user_id') ;

486: l_contiguity_override := 1;
487: l_item_no := p_item_no ;
488: l_profile := 'N';
489: /* B6994378, Rajesh Patangya GME does need intialization parameters */
490: u_user_id := FND_PROFILE.VALUE('user_id') ;
491: fnd_profile.initialize (u_user_id);
492: -- Line below required if formula security is used. It sets the security context.
493: fnd_global.apps_initialize (user_id => u_user_id,
494: resp_id => NULL,

Line 491: fnd_profile.initialize (u_user_id);

487: l_item_no := p_item_no ;
488: l_profile := 'N';
489: /* B6994378, Rajesh Patangya GME does need intialization parameters */
490: u_user_id := FND_PROFILE.VALUE('user_id') ;
491: fnd_profile.initialize (u_user_id);
492: -- Line below required if formula security is used. It sets the security context.
493: fnd_global.apps_initialize (user_id => u_user_id,
494: resp_id => NULL,
495: resp_appl_id => NULL

Line 497: fnd_profile.put ('AFLOG_LEVEL', '1');

493: fnd_global.apps_initialize (user_id => u_user_id,
494: resp_id => NULL,
495: resp_appl_id => NULL
496: );
497: fnd_profile.put ('AFLOG_LEVEL', '1');
498:
499: FND_FILE.PUT_LINE(FND_FILE.LOG,'New btach Processing for Group ID = ' || p_process_id || ' Header ID = ' || p_header_id);
500:
501: OPEN calendar_associated(p_organization_id);

Line 510: l_profile := NVL(FND_PROFILE.VALUE('GMP_USE_MANUFACTURING_CAL'),'N');

506: l_is_associated := 1;
507: END IF;
508:
509: IF l_is_associated = 1 THEN
510: l_profile := NVL(FND_PROFILE.VALUE('GMP_USE_MANUFACTURING_CAL'),'N');
511: ELSE
512: l_profile := 'N';
513: END IF;
514:

Line 912: FND_PROFILE.VALUE('user_id'),

908: p_organization_id,
909: p_eff_id,
910: 1, -- Action_type
911: sysdate, -- Creation_date
912: FND_PROFILE.VALUE('user_id'),
913: FND_PROFILE.VALUE('user_id'),
914: err_msg,
915: ret_code) ;
916:

Line 913: FND_PROFILE.VALUE('user_id'),

909: p_eff_id,
910: 1, -- Action_type
911: sysdate, -- Creation_date
912: FND_PROFILE.VALUE('user_id'),
913: FND_PROFILE.VALUE('user_id'),
914: err_msg,
915: ret_code) ;
916:
917: -- We shall add a check for return code also if negative means an error

Line 1047: l_profile := NVL(FND_PROFILE.VALUE('GMP_USE_MANUFACTURING_CAL'),'N');

1043: l_is_associated := 1;
1044: END IF;
1045:
1046: IF l_is_associated = 1 THEN
1047: l_profile := NVL(FND_PROFILE.VALUE('GMP_USE_MANUFACTURING_CAL'),'N');
1048: ELSE
1049: l_profile := 'N';
1050: END IF;
1051:

Line 1294: FND_PROFILE.VALUE('USER_ID'),

1290: p_organization_id,
1291: p_eff_id,
1292: 3,
1293: sysdate,
1294: FND_PROFILE.VALUE('USER_ID'),
1295: FND_PROFILE.VALUE('USER_ID'),
1296: err_msg,
1297: ret_code) ;
1298: -- We shall add a check for return code also if negative means an error

Line 1295: FND_PROFILE.VALUE('USER_ID'),

1291: p_eff_id,
1292: 3,
1293: sysdate,
1294: FND_PROFILE.VALUE('USER_ID'),
1295: FND_PROFILE.VALUE('USER_ID'),
1296: err_msg,
1297: ret_code) ;
1298: -- We shall add a check for return code also if negative means an error
1299: -- Then show a message