DBA Data[Home] [Help]

APPS.XNP_FA_CB dependencies on STANDARD

Line 114: xnp_standard.get_mandatory_wi_param_value

110: WHERE workitem_instance_id = l_workitem_instance_id ;
111:
112: BEGIN
113: l_starting_number :=
114: xnp_standard.get_mandatory_wi_param_value
115: (p_WORKITEM_INSTANCE_ID=>l_workitem_instance_id
116: ,p_PARAMETER_NAME=>'STARTING_NUMBER'
117: );
118: EXCEPTION

Line 135: xnp_standard.get_mandatory_wi_param_value

131: END;
132:
133: BEGIN
134: l_ending_number :=
135: xnp_standard.get_mandatory_wi_param_value
136: (p_WORKITEM_INSTANCE_ID=>l_workitem_instance_id
137: ,p_PARAMETER_NAME=>'ENDING_NUMBER'
138: );
139: EXCEPTION