DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on WSMPCPCS

Line 761: WSMPCPCS.insert_row (

757: x_progress := '020';
758:
759: IF (x_co_prod_exists = 0) THEN
760:
761: WSMPCPCS.insert_row (
762: x_rowid,
763: x_co_product_group_id,
764: x_substitute_component_id,
765: x_last_update_login,

Line 923: WSMPCPCS.insert_row (x_rowid,

919: x_attribute14,
920: x_attribute15);
921:
922:
923: WSMPCPCS.insert_row (x_rowid,
924: x_co_product_group_id,
925: x_substitute_component_id,
926: x_last_update_login,
927: x_last_updated_by,

Line 1063: WSMPCPCS.update_row(X_rowid,

1059: x_attribute15);
1060:
1061: x_progress := '110';
1062:
1063: WSMPCPCS.update_row(X_rowid,
1064: x_co_product_group_id,
1065: x_substitute_component_id,
1066: x_last_update_login,
1067: x_last_updated_by,

Line 1106: WSMPCPCS.Delete_Row (x_rowid);

1102: IF (x_skip_sub_delete = 0) THEN
1103: bom_sub_comps_pkg.Delete_Row (x_sub_rowid);
1104: END IF;
1105:
1106: WSMPCPCS.Delete_Row (x_rowid);
1107:
1108: END IF;
1109:
1110: x_error_code := 0;

Line 1246: WSMPCPCS.insert_row (

1242:
1243: IF (x_co_prod_exists = 0) THEN
1244:
1245: /* Insert into wsm_co_prod_comp_substitutes. */
1246: WSMPCPCS.insert_row (
1247: x_rowid,
1248: x_co_product_group_id,
1249: x_substitute_component_id,
1250: x_last_update_login,

Line 1551: -- WSMPCPCS.Delete_Row (x_rowid);

1547: IF (x_skip_sub_delete = 0) THEN
1548: bom_sub_comps_pkg.Delete_Row (x_sub_rowid);
1549: END IF;
1550:
1551: -- WSMPCPCS.Delete_Row (x_rowid);
1552:
1553: END IF;
1554: END LOOP;
1555:

Line 1557: WSMPCPCS.insert_row (x_rowid,

1553: END IF;
1554: END LOOP;
1555:
1556: IF (x_process_code=1) then
1557: WSMPCPCS.insert_row (x_rowid,
1558: x_co_product_group_id,
1559: x_substitute_component_id,
1560: x_last_update_login,
1561: x_last_updated_by,

Line 1593: WSMPCPCS.update_row(X_rowid,

1589: return;
1590: ELSIF (x_process_code=2) then
1591: x_progress := '110';
1592:
1593: WSMPCPCS.update_row(X_rowid,
1594: x_co_product_group_id,
1595: x_substitute_component_id,
1596: x_last_update_login,
1597: x_last_updated_by,

Line 1622: WSMPCPCS.Delete_Row (x_rowid);

1618: null,
1619: null,
1620: x_basis_type); --LBM enh
1621: ELSIF (x_process_code=3) then
1622: WSMPCPCS.Delete_Row (x_rowid);
1623: END IF;
1624: x_error_code := 0;
1625:
1626: EXCEPTION

Line 2938: WSMPCPCS.delete_row (C_rec.rowid);

2934:
2935: x_progress := '033';
2936:
2937: FOR C_rec IN C LOOP
2938: WSMPCPCS.delete_row (C_rec.rowid);
2939: END LOOP;
2940:
2941: x_progress := '040';
2942: