DBA Data[Home] [Help]

APPS.GMD_COSTING_STATUS_UPD_T1 dependencies on FND_REQUEST

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

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

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

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