DBA Data[Home] [Help]

APPS.GMD_COSTING_STATUS_UPD_T1 dependencies on FND_REQUEST

Line 20: l_boolean := fnd_request.set_mode(TRUE);

16: FROM cm_mthd_mst
17: WHERE cost_type_id = :new.cost_type_id;
18:
19: IF (l_cost_mthd_type = 0) THEN
20: l_boolean := fnd_request.set_mode(TRUE);
21: /* Submit concurrent process that updates status of relevant GMD tables to frozen */
22: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMD','GMD_COSTING_STATUS_UPDATE',
23: '','',FALSE,
24: :new.legal_entity_id,

Line 22: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMD','GMD_COSTING_STATUS_UPDATE',

18:
19: IF (l_cost_mthd_type = 0) THEN
20: l_boolean := fnd_request.set_mode(TRUE);
21: /* Submit concurrent process that updates status of relevant GMD tables to frozen */
22: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMD','GMD_COSTING_STATUS_UPDATE',
23: '','',FALSE,
24: :new.legal_entity_id,
25: :new.calendar_code,
26: :new.Period_code,