DBA Data[Home] [Help]

APPS.CSD_FLWSTS_TRAN_RESPS_PVT dependencies on CSD_FLWSTS_TRAN_RESPS_PKG

Line 100: CSD_FLWSTS_TRAN_RESPS_PKG.Insert_Row

96:
97: Begin
98:
99: -- Insert the new flow status transition responsibility
100: CSD_FLWSTS_TRAN_RESPS_PKG.Insert_Row
101: (
102: px_flwsts_tran_resp_id => x_flwsts_tran_resp_id,
103: p_flwsts_tran_id => p_flwsts_tran_resp_rec.flwsts_tran_id,
104: p_responsibility_id => p_flwsts_tran_resp_rec.responsibility_id,

Line 323: CSD_FLWSTS_TRAN_RESPS_PKG.Update_Row

319:
320: Begin
321:
322: -- Update the FS transition responsibility
323: CSD_FLWSTS_TRAN_RESPS_PKG.Update_Row
324: (
325: p_flwsts_tran_resp_id => p_flwsts_tran_resp_rec.flwsts_tran_resp_id,
326: p_flwsts_tran_id => p_flwsts_tran_resp_rec.flwsts_tran_id,
327: p_responsibility_id => p_flwsts_tran_resp_rec.responsibility_id,

Line 525: CSD_FLWSTS_TRAN_RESPS_PKG.Delete_Row

521:
522: BEGIN
523:
524: -- Delete the FS transition responsibility
525: CSD_FLWSTS_TRAN_RESPS_PKG.Delete_Row
526: ( p_flwsts_tran_resp_id => p_flwsts_tran_resp_id);
527:
528: END;
529:

Line 710: CSD_FLWSTS_TRAN_RESPS_PKG.Lock_Row

706:
707: Begin
708:
709: -- Lock the record
710: CSD_FLWSTS_TRAN_RESPS_PKG.Lock_Row
711: (
712: p_flwsts_tran_resp_id => p_flwsts_tran_resp_rec.flwsts_tran_resp_id,
713: p_object_version_number => p_flwsts_tran_resp_rec.object_version_number
714: );