DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_NOTIFICATION_PKG

Line 3845: gms_notification_pkg.crt_default_person_events

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

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

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

Line 4860: gms_notification_pkg.crt_default_report_events(

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

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

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

Line 5078: gms_notification_pkg.insert_row(

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