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 2097: fnd_global.user_id,

2093: l_rate_tier_id,
2094: p_rate_sequence,
2095: p_commission_amount,
2096: sysdate,
2097: fnd_global.user_id,
2098: fnd_global.login_id,
2099: sysdate,
2100: fnd_global.user_id,
2101: p_org_id);

Line 2098: fnd_global.login_id,

2094: p_rate_sequence,
2095: p_commission_amount,
2096: sysdate,
2097: fnd_global.user_id,
2098: fnd_global.login_id,
2099: sysdate,
2100: fnd_global.user_id,
2101: p_org_id);
2102:

Line 2100: fnd_global.user_id,

2096: sysdate,
2097: fnd_global.user_id,
2098: fnd_global.login_id,
2099: sysdate,
2100: fnd_global.user_id,
2101: p_org_id);
2102:
2103: create_note_bus_event
2104: (p_srp_quota_assign_id => p_srp_quota_assign_id,

Line 2141: last_updated_by = fnd_global.user_id,

2137: else
2138: update cn_srp_rate_assigns set
2139: COMMISSION_AMOUNT = p_commission_amount,
2140: last_update_date = sysdate,
2141: last_updated_by = fnd_global.user_id,
2142: last_update_login = fnd_global.login_id,
2143: object_version_number = object_version_number + 1
2144: WHERE srp_rate_assign_id = l_srp_rate_assign_id;
2145:

Line 2142: last_update_login = fnd_global.login_id,

2138: update cn_srp_rate_assigns set
2139: COMMISSION_AMOUNT = p_commission_amount,
2140: last_update_date = sysdate,
2141: last_updated_by = fnd_global.user_id,
2142: last_update_login = fnd_global.login_id,
2143: object_version_number = object_version_number + 1
2144: WHERE srp_rate_assign_id = l_srp_rate_assign_id;
2145:
2146: p_object_version_number := p_object_version_number + 1;