DBA Data[Home] [Help]

APPS.POS_ASN dependencies on POS_OSP_JOB

Line 1441: wip_job_info = pos_osp_job.get_wip_info(pos_po_distribution_id(l_counter)),

1437: update pos_asn_shop_cart_details set
1438: quantity_shipped = fnd_number.canonical_to_number(nvl(rtrim(ltrim(pos_quantity_shipped(l_counter))), 0)),
1439: unit_of_measure = pos_unit_of_measure(l_counter),
1440: comments = pos_comments(l_counter),
1441: wip_job_info = pos_osp_job.get_wip_info(pos_po_distribution_id(l_counter)),
1442: po_distribution_id = pos_po_distribution_id(l_counter),
1443: wip_entity_id = pos_wip_entity_id(l_counter),
1444: wip_operation_seq_num = pos_wip_operation_seq_num(l_counter),
1445: wip_line_id = pos_wip_line_id(l_counter),