DBA Data[Home] [Help]

APPS.WMS_RULE_FORM_PKG dependencies on FND_GLOBAL

Line 236: l_user_id := fnd_global.user_id;

232: end if;
233:
234: /* get who column information */
235: SELECT Sysdate INTO l_date FROM dual;
236: l_user_id := fnd_global.user_id;
237: l_login_id := fnd_global.login_id;
238:
239: /* call the table handler to do the insert */
240: wms_rules_pkg.insert_row

Line 237: l_login_id := fnd_global.login_id;

233:
234: /* get who column information */
235: SELECT Sysdate INTO l_date FROM dual;
236: l_user_id := fnd_global.user_id;
237: l_login_id := fnd_global.login_id;
238:
239: /* call the table handler to do the insert */
240: wms_rules_pkg.insert_row
241: (

Line 544: l_user_id := fnd_global.user_id;

540: end if;
541:
542: /* get who column information */
543: SELECT Sysdate INTO l_date FROM dual;
544: l_user_id := fnd_global.user_id;
545: l_login_id := fnd_global.login_id;
546:
547: /* call the table handler to do the update */
548: wms_rules_pkg.update_row

Line 545: l_login_id := fnd_global.login_id;

541:
542: /* get who column information */
543: SELECT Sysdate INTO l_date FROM dual;
544: l_user_id := fnd_global.user_id;
545: l_login_id := fnd_global.login_id;
546:
547: /* call the table handler to do the update */
548: wms_rules_pkg.update_row
549: (

Line 1132: ,x_created_by => fnd_global.user_id

1128: ,x_consistency_id => l_consistency_id
1129: ,x_rule_id => l_consistency_rec.rule_id
1130: ,x_parameter_id => l_consistency_rec.parameter_id
1131: ,x_creation_date => l_date
1132: ,x_created_by => fnd_global.user_id
1133: ,x_last_update_date => l_date
1134: ,x_last_updated_by => fnd_global.user_id
1135: ,x_last_update_login => fnd_global.login_id
1136: ,x_attribute_category => l_consistency_rec.attribute_category

Line 1134: ,x_last_updated_by => fnd_global.user_id

1130: ,x_parameter_id => l_consistency_rec.parameter_id
1131: ,x_creation_date => l_date
1132: ,x_created_by => fnd_global.user_id
1133: ,x_last_update_date => l_date
1134: ,x_last_updated_by => fnd_global.user_id
1135: ,x_last_update_login => fnd_global.login_id
1136: ,x_attribute_category => l_consistency_rec.attribute_category
1137: ,x_attribute1 => l_consistency_rec.attribute1
1138: ,x_attribute2 => l_consistency_rec.attribute2

Line 1135: ,x_last_update_login => fnd_global.login_id

1131: ,x_creation_date => l_date
1132: ,x_created_by => fnd_global.user_id
1133: ,x_last_update_date => l_date
1134: ,x_last_updated_by => fnd_global.user_id
1135: ,x_last_update_login => fnd_global.login_id
1136: ,x_attribute_category => l_consistency_rec.attribute_category
1137: ,x_attribute1 => l_consistency_rec.attribute1
1138: ,x_attribute2 => l_consistency_rec.attribute2
1139: ,x_attribute3 => l_consistency_rec.attribute3