DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_NOTIFICATION_PKG

Line 3843: gms_notification_pkg.crt_default_person_events

3839: x_mode => 'R'
3840: );
3841:
3842: G_stage := 'FND_API.Create_Person_Events' ;
3843: gms_notification_pkg.crt_default_person_events
3844: ( p_award_id => G_personnel_rec.award_id,
3845: p_person_id => G_personnel_rec.person_id,
3846: x_err_code => l_error_code,
3847: x_err_stage => l_error_stage

Line 4852: G_stage := 'gms_notification_pkg.crt_default_report_events';

4848: -- =====================================
4849: -- Creating Notification for the report.
4850: -- =====================================
4851:
4852: G_stage := 'gms_notification_pkg.crt_default_report_events';
4853:
4854: -- ========================================
4855: -- Calling Table Handler to Insert the Row.
4856: -- ========================================

Line 4858: gms_notification_pkg.crt_default_report_events(

4854: -- ========================================
4855: -- Calling Table Handler to Insert the Row.
4856: -- ========================================
4857:
4858: gms_notification_pkg.crt_default_report_events(
4859: P_AWARD_ID => G_report_rec.award_id,
4860: P_REPORT_TEMPLATE_ID => G_report_rec.report_template_id,
4861: x_err_code =>l_error_code,
4862: x_err_stage =>l_error_stage

Line 5074: G_stage := 'gms_notification_pkg.insert_row' ;

5070: IF NVL(X_return_status , FND_API.G_RET_STS_SUCCESS) <> FND_API.G_RET_STS_SUCCESS then
5071: RAISE FND_API.G_EXC_ERROR;
5072: END IF ;
5073:
5074: G_stage := 'gms_notification_pkg.insert_row' ;
5075:
5076: gms_notification_pkg.insert_row(
5077: X_ROWID => l_rowid,
5078: X_AWARD_ID => G_notification_rec.award_id,

Line 5076: gms_notification_pkg.insert_row(

5072: END IF ;
5073:
5074: G_stage := 'gms_notification_pkg.insert_row' ;
5075:
5076: gms_notification_pkg.insert_row(
5077: X_ROWID => l_rowid,
5078: X_AWARD_ID => G_notification_rec.award_id,
5079: X_EVENT_TYPE => G_notification_rec.event_type,
5080: X_USER_ID => G_notification_rec.user_id