DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_CI_ACTIONS_PKG

Line 2381: PA_CI_ACTIONS_PKG.UPDATE_ROW(

2377: --Fetching the fnd user_id for the action asignee to update who columns
2378: OPEN get_fnd_usr( l_assign_party_id);
2379: FETCH get_fnd_usr INTO l_fnd_usr_id;
2380: CLOSE get_fnd_usr;
2381: PA_CI_ACTIONS_PKG.UPDATE_ROW(
2382: P_CI_ACTION_ID => l_ci_action_id,
2383: P_CI_ID => l_ci_id,
2384: P_STATUS_CODE => l_action_status_code,
2385: P_TYPE_CODE => l_type_code,