DBA Data[Home] [Help]

APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on FND_GLOBAL

Line 672: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

668: fnd_message.set_name('CN', 'CNR12_NOTE_RT_NAME_UPDATE');
669: fnd_message.set_token('OLD_RT', l_rate_sch_old);
670: fnd_message.set_token('NEW_RT', p_name);
671: l_note_msg := fnd_message.get;
672: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
673:
674: /*
675: jtf_notes_pub.create_note
676: (p_api_version => 1.0,

Line 695: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

691: fnd_message.set_name('CN', 'CNR12_NOTE_RT_ASGN_TYPE_UPDATE');
692: fnd_message.set_token('OLD_RT_TYPE', l_type_old);
693: fnd_message.set_token('NEW_RT_TYPE', p_commission_unit_code);
694: l_note_msg := fnd_message.get;
695: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
696:
697: /*
698: jtf_notes_pub.create_note
699: (p_api_version => 1.0,

Line 2106: fnd_global.user_id,

2102: l_rate_tier_id,
2103: p_rate_sequence,
2104: p_commission_amount,
2105: sysdate,
2106: fnd_global.user_id,
2107: fnd_global.login_id,
2108: sysdate,
2109: fnd_global.user_id,
2110: p_org_id);

Line 2107: fnd_global.login_id,

2103: p_rate_sequence,
2104: p_commission_amount,
2105: sysdate,
2106: fnd_global.user_id,
2107: fnd_global.login_id,
2108: sysdate,
2109: fnd_global.user_id,
2110: p_org_id);
2111:

Line 2109: fnd_global.user_id,

2105: sysdate,
2106: fnd_global.user_id,
2107: fnd_global.login_id,
2108: sysdate,
2109: fnd_global.user_id,
2110: p_org_id);
2111:
2112: create_note_bus_event
2113: (p_srp_quota_assign_id => p_srp_quota_assign_id,

Line 2150: last_updated_by = fnd_global.user_id,

2146: else
2147: update cn_srp_rate_assigns set
2148: COMMISSION_AMOUNT = p_commission_amount,
2149: last_update_date = sysdate,
2150: last_updated_by = fnd_global.user_id,
2151: last_update_login = fnd_global.login_id,
2152: object_version_number = object_version_number + 1
2153: WHERE srp_rate_assign_id = l_srp_rate_assign_id;
2154:

Line 2151: last_update_login = fnd_global.login_id,

2147: update cn_srp_rate_assigns set
2148: COMMISSION_AMOUNT = p_commission_amount,
2149: last_update_date = sysdate,
2150: last_updated_by = fnd_global.user_id,
2151: last_update_login = fnd_global.login_id,
2152: object_version_number = object_version_number + 1
2153: WHERE srp_rate_assign_id = l_srp_rate_assign_id;
2154:
2155: p_object_version_number := p_object_version_number + 1;