DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on BOM_SUB_COMPS_PKG

Line 894: bom_sub_comps_pkg.insert_row(x_sub_rowid,

890: END;
891:
892: x_progress := '070';
893:
894: bom_sub_comps_pkg.insert_row(x_sub_rowid,
895: x_substitute_component_id,
896: x_last_update_date,
897: x_last_updated_by,
898: x_creation_date,

Line 1035: bom_sub_comps_pkg.update_row(x_sub_rowid,

1031: CLOSE C;
1032:
1033: x_progress := '100';
1034:
1035: bom_sub_comps_pkg.update_row(x_sub_rowid,
1036: x_substitute_component_id,
1037: x_last_update_date,
1038: x_last_updated_by,
1039: x_last_update_login,

Line 1103: bom_sub_comps_pkg.Delete_Row (x_sub_rowid);

1099: END IF;
1100: CLOSE C;
1101:
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:

Line 1395: bom_sub_comps_pkg.insert_row(x_sub_rowid,

1391: x_progress := '070';
1392: --LBM enh : Per Vani Hymavathi of BOM dev, we do not need to pass basis_type for processing substitute components
1393: -- as Substitute components shall automaticaly inherit the basis type.
1394:
1395: bom_sub_comps_pkg.insert_row(x_sub_rowid,
1396: x_substitute_component_id,
1397: x_last_update_date,
1398: x_last_updated_by,
1399: x_creation_date,

Line 1507: bom_sub_comps_pkg.update_row(x_sub_rowid,

1503: CLOSE C;
1504:
1505: x_progress := '100';
1506:
1507: bom_sub_comps_pkg.update_row(x_sub_rowid,
1508: x_substitute_component_id,
1509: x_last_update_date,
1510: x_last_updated_by,
1511: x_last_update_login,

Line 1548: bom_sub_comps_pkg.Delete_Row (x_sub_rowid);

1544: END IF;
1545: CLOSE C;
1546:
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: