DBA Data[Home] [Help]

APPS.OKL_PRICING_PVT dependencies on FND_GLOBAL

Line 10213: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here

10209:
10210: update okl_streams
10211: set say_code = 'HIST',
10212: date_history = SYSDATE,
10213: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here
10214: last_update_date = sysdate,
10215: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here
10216:
10217: where khr_id = p_khr_id

Line 10215: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here

10211: set say_code = 'HIST',
10212: date_history = SYSDATE,
10213: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here
10214: last_update_date = sysdate,
10215: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here
10216:
10217: where khr_id = p_khr_id
10218: and kle_id = p_kle_id;
10219:

Line 10222: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here

10218: and kle_id = p_kle_id;
10219:
10220: update okl_streams
10221: set active_yn = 'N',
10222: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here
10223: last_update_date = sysdate,
10224: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here
10225: where khr_id = p_khr_id
10226: and kle_id = p_kle_id;

Line 10224: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here

10220: update okl_streams
10221: set active_yn = 'N',
10222: last_updated_by = FND_GLOBAL.USER_ID, -- BUG:14749215 changes start here
10223: last_update_date = sysdate,
10224: last_update_login = FND_GLOBAL.LOGIN_ID -- BUG:14749215 changes end here
10225: where khr_id = p_khr_id
10226: and kle_id = p_kle_id;
10227:
10228: OKL_STREAM_GENERATOR_PVT.generate_quote_streams(