DBA Data[Home] [Help]

APPS.CN_SRP_QUOTA_RATES_PKG dependencies on FND_GLOBAL

Line 58: sysdate, fnd_global.user_id, fnd_global.login_id,

54: quota_category_id, rate_tier_id, comm_rate, attribute_category,
55: attribute1, attribute2, attribute3, attribute4, attribute5,
56: attribute6, attribute7, attribute8, attribute9, attribute10,
57: attribute11, attribute12, attribute13, attribute14, attribute15,
58: sysdate, fnd_global.user_id, fnd_global.login_id,
59: sysdate, fnd_global.user_id, 1);
60: END Insert_Row;
61:
62: -------------------------------------------------------------------------------+

Line 59: sysdate, fnd_global.user_id, 1);

55: attribute1, attribute2, attribute3, attribute4, attribute5,
56: attribute6, attribute7, attribute8, attribute9, attribute10,
57: attribute11, attribute12, attribute13, attribute14, attribute15,
58: sysdate, fnd_global.user_id, fnd_global.login_id,
59: sysdate, fnd_global.user_id, 1);
60: END Insert_Row;
61:
62: -------------------------------------------------------------------------------+
63: -- Procedure Name : Update_Row --+

Line 182: last_updated_by = fnd_global.user_id,

178: attribute13 = l_attribute13, attribute14 = l_attribute14,
179: attribute15 = l_attribute15,
180: object_version_number = l_object_version_number + 1,
181: last_update_date = sysdate,
182: last_updated_by = fnd_global.user_id,
183: last_update_login = fnd_global.login_id
184: WHERE r.srp_quota_rate_id = l_srp_quota_rate_id;
185: END Update_Row;
186:

Line 183: last_update_login = fnd_global.login_id

179: attribute15 = l_attribute15,
180: object_version_number = l_object_version_number + 1,
181: last_update_date = sysdate,
182: last_updated_by = fnd_global.user_id,
183: last_update_login = fnd_global.login_id
184: WHERE r.srp_quota_rate_id = l_srp_quota_rate_id;
185: END Update_Row;
186:
187: -------------------------------------------------------------------------------+