DBA Data[Home] [Help]

APPS.ECE_INBOUND dependencies on FND_GLOBAL

Line 1536: fnd_global.user_id,

1532: ece_rules_pkg.g_rule_violation_tbl(i).violation_level,
1533: ece_rules_pkg.g_rule_violation_tbl(i).ignore_flag,
1534: ece_rules_pkg.g_rule_violation_tbl(i).message_text,
1535: sysdate,
1536: fnd_global.user_id,
1537: sysdate,
1538: fnd_global.user_id,
1539: fnd_global.login_id
1540: );

Line 1538: fnd_global.user_id,

1534: ece_rules_pkg.g_rule_violation_tbl(i).message_text,
1535: sysdate,
1536: fnd_global.user_id,
1537: sysdate,
1538: fnd_global.user_id,
1539: fnd_global.login_id
1540: );
1541: end loop;
1542: /** Clean the PL/SQL table for next set of violations.

Line 1539: fnd_global.login_id

1535: sysdate,
1536: fnd_global.user_id,
1537: sysdate,
1538: fnd_global.user_id,
1539: fnd_global.login_id
1540: );
1541: end loop;
1542: /** Clean the PL/SQL table for next set of violations.
1543: **/