DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on WSMPVCPD

Line 1719: WSMPVCPD.val_co_product (x_rowid,

1715: /* Validate uniqueness of the co-product.. */
1716:
1717: x_progress := '020';
1718:
1719: WSMPVCPD.val_co_product (x_rowid,
1720: x_co_product_group_id,
1721: x_co_product_id,
1722: x_error_code,
1723: x_error_msg);

Line 1772: WSMPVCPD.val_add_to_bill (x_co_product_group_id,

1768:
1769: IF (x_existing_bom is NOT NULL) THEN /* Primary BOM exists */
1770: x_bill_sequence_id := x_existing_bom;
1771: IF (x_primary_flag = 'Y') THEN
1772: WSMPVCPD.val_add_to_bill (x_co_product_group_id,
1773: x_org_id,
1774: x_co_product_id,
1775: x_comm_bill_seq_id,
1776: x_existing_bom,

Line 1842: WSMPVCPD.val_add_to_bill (x_co_product_group_id,

1838: x_bill_sequence_id := x_existing_bom;
1839:
1840: IF (x_primary_flag = 'Y') THEN
1841:
1842: WSMPVCPD.val_add_to_bill (x_co_product_group_id,
1843: x_org_id,
1844: x_co_product_id,
1845: x_comm_bill_seq_id,
1846: x_existing_bom,