DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_VALIDATE

Line 5395: -- this WIP_VALIDATE function. Otherwise, DO NOT.

5391: when too_many_rows then null;
5392: end;
5393:
5394: -- Added by BBK. Only if l_build_sequence is not null, we want to execute
5395: -- this WIP_VALIDATE function. Otherwise, DO NOT.
5396: if l_build_sequence is not null and l_build_sequence <> 0 Then
5397: aReturnBoolean := WIP_Validate.build_sequence (
5398: p_build_sequence => l_build_sequence,
5399: p_wip_entity_id => v_wlji_wip_entity_id(v_index),

Line 5397: aReturnBoolean := WIP_Validate.build_sequence (

5393:
5394: -- Added by BBK. Only if l_build_sequence is not null, we want to execute
5395: -- this WIP_VALIDATE function. Otherwise, DO NOT.
5396: if l_build_sequence is not null and l_build_sequence <> 0 Then
5397: aReturnBoolean := WIP_Validate.build_sequence (
5398: p_build_sequence => l_build_sequence,
5399: p_wip_entity_id => v_wlji_wip_entity_id(v_index),
5400: p_organization_id => v_wlji_org(v_index),
5401: p_line_id => l_line_id,