DBA Data[Home] [Help]

APPS.IGR_I_STATUS_PKG dependencies on AS_STATUSES_PKG

Line 91: -- and pass these values, if they are not changed, in the AS_STATUSES_PKG.UPDATE_ROW call

87: x_ret_status := fnd_api.g_ret_sts_success;
88:
89:
90: -- Fetch all the column values into local variables from the database
91: -- and pass these values, if they are not changed, in the AS_STATUSES_PKG.UPDATE_ROW call
92:
93: OPEN c_get_status;
94: FETCH c_get_status
95: INTO l_last_update_date,

Line 185: AS_STATUSES_PKG.UPDATE_ROW(

181: l_last_updated_by := fnd_global.user_id;
182: l_last_update_login := fnd_global.login_id;
183:
184: -- calling the update_row API to update the statuses.
185: AS_STATUSES_PKG.UPDATE_ROW(
186: l_status_code,
187: l_enabled_flag,
188: l_lead_flag,
189: l_opp_flag,