DBA Data[Home] [Help]

APPS.AMS_TRIGGER_PVT dependencies on AMS_THLDACT_PVT

Line 62: p_thldact_rec IN Ams_Thldact_pvt.thldact_rec_type ,

58:
59: -- p_create_type IN VARCHAR2 := 'ALL' ,
60: p_trig_Rec IN Ams_Trig_pvt.trig_rec_type,
61: p_thldchk_rec IN Ams_Thldchk_pvt.thldchk_rec_type DEFAULT NULL,
62: p_thldact_rec IN Ams_Thldact_pvt.thldact_rec_type ,
63:
64: x_trigger_check_id OUT NOCOPY NUMBER,
65: x_trigger_action_id OUT NOCOPY NUMBER,
66: x_trigger_id OUT NOCOPY NUMBER

Line 98: p_thldact_rec IN Ams_Thldact_pvt.thldact_rec_type

94: x_msg_data OUT NOCOPY VARCHAR2,
95:
96: p_trig_rec IN Ams_Trig_pvt.trig_rec_type,
97: p_thldchk_rec IN Ams_Thldchk_pvt.thldchk_rec_type DEFAULT NULL,
98: p_thldact_rec IN Ams_Thldact_pvt.thldact_rec_type
99: -- p_updt_type IN VARCHAR2
100:
101: ) ;
102: