DBA Data[Home] [Help]

APPS.MSD_EOL_PLAN dependencies on MSC_ASL_AUTH_DETAILS

Line 70: msc_asl_auth_details

66: cutoff_days,
67: INCLUDE_LIABILITY_AGREEMENT,
68: ASL_LIABILITY_AGREEMENT_BASIS
69: from
70: msc_asl_auth_details
71: where
72: plan_id = -1
73: /* and INCLUDE_LIABILITY_AGREEMENT = 1 This filter will remove any disabled agreement */
74: order

Line 126: UPDATE msc_asl_auth_details

122: x_end_days := 0 ;
123: end if ;
124:
125:
126: UPDATE msc_asl_auth_details
127: set start_days = x_end_days,
128: end_days = start_days + cutoff_days-1
129: where
130: PLAN_ID = -1 and