DBA Data[Home] [Help]

APPS.PO_SOURCING_SV4 dependencies on PO_SUBINVENTORIES_S2

Line 167: x_dest_sub_valid := po_subinventories_s2.val_subinventory(

163: x_validation_type := 'DESTINATION';
164:
165: x_progress := '040';
166:
167: x_dest_sub_valid := po_subinventories_s2.val_subinventory(
168: x_destination_subinventory,
169: x_destination_org_id,
170: x_source_type,
171: x_source_subinventory,

Line 194: x_source_sub_valid := po_subinventories_s2.val_subinventory(

190: (x_source_subinventory is not null) then
191:
192: x_validation_type := 'SOURCE';
193:
194: x_source_sub_valid := po_subinventories_s2.val_subinventory(
195: x_destination_subinventory,
196: x_destination_org_id,
197: x_source_type,
198: x_source_subinventory,